Html Css Color HEX #CF392D Persian Red

📋 copy color: '#CF392D'

red 207 ◦ green 57 ◦ blue 45

#CF392D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Red #CF392D

Tints of Persian Red #CF392D

RGB

 RED value IS 207 (81.25% from 255) = 66.99%

 GREEN value IS 57 (22.66% from 255) = 18.45%

 BLUE value IS 45 (17.97% from 255) = 14.56%

R = 66.99%
G = 18.45%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CF392D (or 0xCF392D) is known color: Persian Red. HEX triplet: CF, 39 and 2D. RGB value is (207,57,45). Sum of RGB (Red+Green+Blue) = 207+57+45=309 (40% of max value = 765). Red value is 207 (81.25% from 255 or 66.99% from 309); Green value is 57 (22.66% from 255 or 18.45% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 207 - color contains mainly: red. Hex color #CF392D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF392D is #30C6D2. Grayscale: #646464. Windows color (decimal): -3196627 or 2963919. OLE color: 2963919.

HSL color Cylindrical-coordinate representation of color #CF392D: hue angle of 4.44º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF392D is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 57 45 -
CMYK 0 0.72 0.78 0.19
HSL 4.44º 0.64% 0.49% -
HSV(B) 4.44º 0.78% 0.81% -
XYZ 27.67 16.38 4.19 -
YUV 100.48 96.7 203.98 -
System Red Green Blue C M Y K H S L
Decimal 207 57 45 0 0.72 0.78 0.19 4.44 0.64 0.49
Hex CF 39 2D 0 48 4E 13 4 40 31
Octal 317 71 55 0 110 116 23 4 100 61
Binary 11001111 111001 101101 0 1001000 1001110 10011 100 1000000 110001

Color Harmonies of #CF392D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF392D

Black with #CF392D

Text Example


Text Example

White with #CF392D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF392D; }

 p { color: rgb(207,57,45); }

 H1.HeaderClassName
 {
   color: #CF392D;
 }
 .AnyTagClassName
 {
   color: #CF392D;
 }
</style>

background-color css

<style>
 a { background-color: #CF392D; }

 a { background-color: rgb(207,57,45); }

 div.DivClassName
 {
   background-color: #CF392D;
 }
 .BgClassName
 {
   background-color: #CF392D;
 }
</style>

border-color css

<style>
 span { border-color: #CF392D; }

 span { border-color: rgb(207,57,45); }

 td.TdClassName
 {
   border-color: #CF392D;
 }
 .TagClassName
 {
   border-color: #CF392D;
 }
</style>