Html Css Color HEX #CF3E2E Persian Red

📋 copy color: '#CF3E2E'

red 207 ◦ green 62 ◦ blue 46

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

Shades of Persian Red #CF3E2E

Tints of Persian Red #CF3E2E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.68%

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

R = 65.71%
G = 19.68%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CF3E2E (or 0xCF3E2E) is known color: Persian Red. HEX triplet: CF, 3E and 2E. RGB value is (207,62,46). Sum of RGB (Red+Green+Blue) = 207+62+46=315 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.71% from 315); Green value is 62 (24.61% from 255 or 19.68% from 315); Blue value is 46 (18.36% from 255 or 14.60% from 315); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3E2E is #30C1D1. Grayscale: #676767. Windows color (decimal): -3195346 or 3030735. OLE color: 3030735.

HSL color Cylindrical-coordinate representation of color #CF3E2E: hue angle of 5.96º 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 #CF3E2E is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 62 46 -
CMYK 0 0.70 0.78 0.19
HSL 5.96º 0.64% 0.5% -
HSV(B) 5.96º 0.78% 0.81% -
XYZ 27.95 16.91 4.38 -
YUV 103.53 95.54 201.8 -
System Red Green Blue C M Y K H S L
Decimal 207 62 46 0 0.70 0.78 0.19 5.96 0.64 0.5
Hex CF 3E 2E 0 46 4E 13 6 40 32
Octal 317 76 56 0 106 116 23 6 100 62
Binary 11001111 111110 101110 0 1000110 1001110 10011 110 1000000 110010

Color Harmonies of #CF3E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3E2E

Black with #CF3E2E

Text Example


Text Example

White with #CF3E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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