Html Css Color HEX #CF3B31 Persian Red

📋 copy color: '#CF3B31'

red 207 ◦ green 59 ◦ blue 49

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

Shades of Persian Red #CF3B31

Tints of Persian Red #CF3B31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.56%

R = 65.71%
G = 18.73%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CF3B31 (or 0xCF3B31) is known color: Persian Red. HEX triplet: CF, 3B and 31. RGB value is (207,59,49). Sum of RGB (Red+Green+Blue) = 207+59+49=315 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.71% from 315); Green value is 59 (23.44% from 255 or 18.73% from 315); Blue value is 49 (19.53% from 255 or 15.56% from 315); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3B31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3B31 is #30C4CE. Grayscale: #666666. Windows color (decimal): -3196111 or 3226575. OLE color: 3226575.

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

Color convert

RGB 207 59 49 -
CMYK 0 0.71 0.76 0.19
HSL 3.8º 0.62% 0.5% -
HSV(B) 3.8º 0.76% 0.81% -
XYZ 27.85 16.62 4.64 -
YUV 102.11 98.03 202.81 -
System Red Green Blue C M Y K H S L
Decimal 207 59 49 0 0.71 0.76 0.19 3.8 0.62 0.5
Hex CF 3B 31 0 47 4C 13 4 3E 32
Octal 317 73 61 0 107 114 23 4 76 62
Binary 11001111 111011 110001 0 1000111 1001100 10011 100 111110 110010

Color Harmonies of #CF3B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3B31

Black with #CF3B31

Text Example


Text Example

White with #CF3B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3B31; }

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

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

background-color css

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

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

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

border-color css

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

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

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