Html Css Color HEX #CF392A Persian Red

📋 copy color: '#CF392A'

red 207 ◦ green 57 ◦ blue 42

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

Shades of Persian Red #CF392A

Tints of Persian Red #CF392A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.73%

R = 67.65%
G = 18.63%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CF392A (or 0xCF392A) is known color: Persian Red. HEX triplet: CF, 39 and 2A. RGB value is (207,57,42). Sum of RGB (Red+Green+Blue) = 207+57+42=306 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.65% from 306); Green value is 57 (22.66% from 255 or 18.63% from 306); Blue value is 42 (16.80% from 255 or 13.73% from 306); Max value from RGB is 207 - color contains mainly: red. Hex color #CF392A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF392A is #30C6D5. Grayscale: #646464. Windows color (decimal): -3196630 or 2767311. OLE color: 2767311.

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

Color convert

RGB 207 57 42 -
CMYK 0 0.72 0.80 0.19
HSL 5.45º 0.66% 0.49% -
HSV(B) 5.45º 0.8% 0.81% -
XYZ 27.61 16.36 3.89 -
YUV 100.14 95.2 204.22 -
System Red Green Blue C M Y K H S L
Decimal 207 57 42 0 0.72 0.80 0.19 5.45 0.66 0.49
Hex CF 39 2A 0 48 50 13 5 42 31
Octal 317 71 52 0 110 120 23 5 102 61
Binary 11001111 111001 101010 0 1001000 1010000 10011 101 1000010 110001

Color Harmonies of #CF392A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF392A

Black with #CF392A

Text Example


Text Example

White with #CF392A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF392A; }

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

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

background-color css

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

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

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

border-color css

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

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

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