Html Css Color HEX #CF3D36 Persian Red

📋 copy color: '#CF3D36'

red 207 ◦ green 61 ◦ blue 54

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

Shades of Persian Red #CF3D36

Tints of Persian Red #CF3D36

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.94%

 BLUE value IS 54 (21.48% from 255) = 16.77%

R = 64.29%
G = 18.94%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CF3D36 (or 0xCF3D36) is known color: Persian Red. HEX triplet: CF, 3D and 36. RGB value is (207,61,54). Sum of RGB (Red+Green+Blue) = 207+61+54=322 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.29% from 322); Green value is 61 (24.22% from 255 or 18.94% from 322); Blue value is 54 (21.48% from 255 or 16.77% from 322); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3D36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3D36 is #30C2C9. Grayscale: #686868. Windows color (decimal): -3195594 or 3554767. OLE color: 3554767.

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

Color convert

RGB 207 61 54 -
CMYK 0 0.71 0.74 0.19
HSL 2.75º 0.61% 0.51% -
HSV(B) 2.75º 0.74% 0.81% -
XYZ 28.07 16.87 5.27 -
YUV 103.86 99.87 201.57 -
System Red Green Blue C M Y K H S L
Decimal 207 61 54 0 0.71 0.74 0.19 2.75 0.61 0.51
Hex CF 3D 36 0 47 4A 13 3 3D 33
Octal 317 75 66 0 107 112 23 3 75 63
Binary 11001111 111101 110110 0 1000111 1001010 10011 11 111101 110011

Color Harmonies of #CF3D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3D36

Black with #CF3D36

Text Example


Text Example

White with #CF3D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3D36; }

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

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

background-color css

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

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

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

border-color css

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

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

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