Html Css Color HEX #CF3C2E Persian Red

📋 copy color: '#CF3C2E'

red 207 ◦ green 60 ◦ blue 46

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

Shades of Persian Red #CF3C2E

Tints of Persian Red #CF3C2E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.17%

 BLUE value IS 46 (18.36% from 255) = 14.7%

R = 66.13%
G = 19.17%
B = 14.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CF3C2E (or 0xCF3C2E) is known color: Persian Red. HEX triplet: CF, 3C and 2E. RGB value is (207,60,46). Sum of RGB (Red+Green+Blue) = 207+60+46=313 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.13% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 46 (18.36% from 255 or 14.70% from 313); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3C2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3C2E is #30C3D1. Grayscale: #666666. Windows color (decimal): -3195858 or 3030223. OLE color: 3030223.

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

Color convert

RGB 207 60 46 -
CMYK 0 0.71 0.78 0.19
HSL 5.22º 0.64% 0.5% -
HSV(B) 5.22º 0.78% 0.81% -
XYZ 27.84 16.69 4.34 -
YUV 102.36 96.2 202.64 -
System Red Green Blue C M Y K H S L
Decimal 207 60 46 0 0.71 0.78 0.19 5.22 0.64 0.5
Hex CF 3C 2E 0 47 4E 13 5 40 32
Octal 317 74 56 0 107 116 23 5 100 62
Binary 11001111 111100 101110 0 1000111 1001110 10011 101 1000000 110010

Color Harmonies of #CF3C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3C2E

Black with #CF3C2E

Text Example


Text Example

White with #CF3C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3C2E; }

 p { color: rgb(207,60,46); }

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

background-color css

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

 a { background-color: rgb(207,60,46); }

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

border-color css

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

 span { border-color: rgb(207,60,46); }

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