Html Css Color HEX #CF3B2F Persian Red

📋 copy color: '#CF3B2F'

red 207 ◦ green 59 ◦ blue 47

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

Shades of Persian Red #CF3B2F

Tints of Persian Red #CF3B2F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.85%

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

R = 66.13%
G = 18.85%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CF3B2F (or 0xCF3B2F) is known color: Persian Red. HEX triplet: CF, 3B and 2F. RGB value is (207,59,47). Sum of RGB (Red+Green+Blue) = 207+59+47=313 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.13% from 313); Green value is 59 (23.44% from 255 or 18.85% from 313); Blue value is 47 (18.75% from 255 or 15.02% from 313); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3B2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3B2F is #30C4D0. Grayscale: #666666. Windows color (decimal): -3196113 or 3095503. OLE color: 3095503.

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

Color convert

RGB 207 59 47 -
CMYK 0 0.71 0.77 0.19
HSL 4.5º 0.63% 0.5% -
HSV(B) 4.5º 0.77% 0.81% -
XYZ 27.81 16.6 4.43 -
YUV 101.88 97.03 202.98 -
System Red Green Blue C M Y K H S L
Decimal 207 59 47 0 0.71 0.77 0.19 4.5 0.63 0.5
Hex CF 3B 2F 0 47 4D 13 4 3F 32
Octal 317 73 57 0 107 115 23 4 77 62
Binary 11001111 111011 101111 0 1000111 1001101 10011 100 111111 110010

Color Harmonies of #CF3B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3B2F

Black with #CF3B2F

Text Example


Text Example

White with #CF3B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3B2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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