Html Css Color HEX #CF3A2F Persian Red

📋 copy color: '#CF3A2F'

red 207 ◦ green 58 ◦ blue 47

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

Shades of Persian Red #CF3A2F

Tints of Persian Red #CF3A2F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.59%

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

R = 66.35%
G = 18.59%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CF3A2F (or 0xCF3A2F) is known color: Persian Red. HEX triplet: CF, 3A and 2F. RGB value is (207,58,47). Sum of RGB (Red+Green+Blue) = 207+58+47=312 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.35% from 312); Green value is 58 (23.05% from 255 or 18.59% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3A2F is #30C5D0. Grayscale: #656565. Windows color (decimal): -3196369 or 3095247. OLE color: 3095247.

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

Color convert

RGB 207 58 47 -
CMYK 0 0.72 0.77 0.19
HSL 4.13º 0.63% 0.5% -
HSV(B) 4.13º 0.77% 0.81% -
XYZ 27.76 16.5 4.41 -
YUV 101.3 97.36 203.39 -
System Red Green Blue C M Y K H S L
Decimal 207 58 47 0 0.72 0.77 0.19 4.13 0.63 0.5
Hex CF 3A 2F 0 48 4D 13 4 3F 32
Octal 317 72 57 0 110 115 23 4 77 62
Binary 11001111 111010 101111 0 1001000 1001101 10011 100 111111 110010

Color Harmonies of #CF3A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3A2F

Black with #CF3A2F

Text Example


Text Example

White with #CF3A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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