Html Css Color HEX #CF362C Persian Red

📋 copy color: '#CF362C'

red 207 ◦ green 54 ◦ blue 44

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

Shades of Persian Red #CF362C

Tints of Persian Red #CF362C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.7%

 BLUE value IS 44 (17.58% from 255) = 14.43%

R = 67.87%
G = 17.7%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CF362C (or 0xCF362C) is known color: Persian Red. HEX triplet: CF, 36 and 2C. RGB value is (207,54,44). Sum of RGB (Red+Green+Blue) = 207+54+44=305 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.87% from 305); Green value is 54 (21.48% from 255 or 17.70% from 305); Blue value is 44 (17.58% from 255 or 14.43% from 305); Max value from RGB is 207 - color contains mainly: red. Hex color #CF362C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF362C is #30C9D3. Grayscale: #626262. Windows color (decimal): -3197396 or 2897615. OLE color: 2897615.

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

Color convert

RGB 207 54 44 -
CMYK 0 0.74 0.79 0.19
HSL 3.68º 0.65% 0.49% -
HSV(B) 3.68º 0.79% 0.81% -
XYZ 27.51 16.09 4.04 -
YUV 98.61 97.19 205.31 -
System Red Green Blue C M Y K H S L
Decimal 207 54 44 0 0.74 0.79 0.19 3.68 0.65 0.49
Hex CF 36 2C 0 4A 4F 13 4 41 31
Octal 317 66 54 0 112 117 23 4 101 61
Binary 11001111 110110 101100 0 1001010 1001111 10011 100 1000001 110001

Color Harmonies of #CF362C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF362C

Black with #CF362C

Text Example


Text Example

White with #CF362C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF362C; }

 p { color: rgb(207,54,44); }

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

background-color css

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

 a { background-color: rgb(207,54,44); }

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

border-color css

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

 span { border-color: rgb(207,54,44); }

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