Html Css Color HEX #CF362F Persian Red

📋 copy color: '#CF362F'

red 207 ◦ green 54 ◦ blue 47

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

Shades of Persian Red #CF362F

Tints of Persian Red #CF362F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.26%

R = 67.21%
G = 17.53%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CF362F (or 0xCF362F) is known color: Persian Red. HEX triplet: CF, 36 and 2F. RGB value is (207,54,47). Sum of RGB (Red+Green+Blue) = 207+54+47=308 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.21% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 207 - color contains mainly: red. Hex color #CF362F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF362F is #30C9D0. Grayscale: #636363. Windows color (decimal): -3197393 or 3094223. OLE color: 3094223.

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

Color convert

RGB 207 54 47 -
CMYK 0 0.74 0.77 0.19
HSL 2.63º 0.63% 0.5% -
HSV(B) 2.63º 0.77% 0.81% -
XYZ 27.56 16.11 4.35 -
YUV 98.95 98.69 205.07 -
System Red Green Blue C M Y K H S L
Decimal 207 54 47 0 0.74 0.77 0.19 2.63 0.63 0.5
Hex CF 36 2F 0 4A 4D 13 3 3F 32
Octal 317 66 57 0 112 115 23 3 77 62
Binary 11001111 110110 101111 0 1001010 1001101 10011 11 111111 110010

Color Harmonies of #CF362F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF362F

Black with #CF362F

Text Example


Text Example

White with #CF362F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF362F; }

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

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

background-color css

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

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

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

border-color css

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

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

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