Html Css Color HEX #CF3733 Persian Red

📋 copy color: '#CF3733'

red 207 ◦ green 55 ◦ blue 51

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

Shades of Persian Red #CF3733

Tints of Persian Red #CF3733

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.57%

 BLUE value IS 51 (20.31% from 255) = 16.29%

R = 66.13%
G = 17.57%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CF3733 (or 0xCF3733) is known color: Persian Red. HEX triplet: CF, 37 and 33. RGB value is (207,55,51). Sum of RGB (Red+Green+Blue) = 207+55+51=313 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.13% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 51 (20.31% from 255 or 16.29% from 313); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3733 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3733 is #30C8CC. Grayscale: #646464. Windows color (decimal): -3197133 or 3356623. OLE color: 3356623.

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

Color convert

RGB 207 55 51 -
CMYK 0 0.73 0.75 0.19
HSL 1.54º 0.62% 0.51% -
HSV(B) 1.54º 0.75% 0.81% -
XYZ 27.7 16.24 4.81 -
YUV 99.99 100.36 204.33 -
System Red Green Blue C M Y K H S L
Decimal 207 55 51 0 0.73 0.75 0.19 1.54 0.62 0.51
Hex CF 37 33 0 49 4B 13 2 3E 33
Octal 317 67 63 0 111 113 23 2 76 63
Binary 11001111 110111 110011 0 1001001 1001011 10011 10 111110 110011

Color Harmonies of #CF3733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3733

Black with #CF3733

Text Example


Text Example

White with #CF3733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3733; }

 p { color: rgb(207,55,51); }

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

background-color css

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

 a { background-color: rgb(207,55,51); }

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

border-color css

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

 span { border-color: rgb(207,55,51); }

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