Html Css Color HEX #CF3833 Persian Red

📋 copy color: '#CF3833'

red 207 ◦ green 56 ◦ blue 51

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

Shades of Persian Red #CF3833

Tints of Persian Red #CF3833

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.83%

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

R = 65.92%
G = 17.83%
B = 16.24%

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

#CF3833 (or 0xCF3833) is known color: Persian Red. HEX triplet: CF, 38 and 33. RGB value is (207,56,51). Sum of RGB (Red+Green+Blue) = 207+56+51=314 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.92% from 314); Green value is 56 (22.27% from 255 or 17.83% from 314); Blue value is 51 (20.31% from 255 or 16.24% from 314); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3833 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3833 is #30C7CC. Grayscale: #646464. Windows color (decimal): -3196877 or 3356879. OLE color: 3356879.

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

Color convert

RGB 207 56 51 -
CMYK 0 0.73 0.75 0.19
HSL 1.92º 0.62% 0.51% -
HSV(B) 1.92º 0.75% 0.81% -
XYZ 27.74 16.33 4.82 -
YUV 100.58 100.03 203.91 -
System Red Green Blue C M Y K H S L
Decimal 207 56 51 0 0.73 0.75 0.19 1.92 0.62 0.51
Hex CF 38 33 0 49 4B 13 2 3E 33
Octal 317 70 63 0 111 113 23 2 76 63
Binary 11001111 111000 110011 0 1001001 1001011 10011 10 111110 110011

Color Harmonies of #CF3833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3833

Black with #CF3833

Text Example


Text Example

White with #CF3833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3833; }

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

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

background-color css

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

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

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

border-color css

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

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

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