Html Css Color HEX #CF4133 Persian Red

📋 copy color: '#CF4133'

red 207 ◦ green 65 ◦ blue 51

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

Shades of Persian Red #CF4133

Tints of Persian Red #CF4133

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.12%

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

R = 64.09%
G = 20.12%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CF4133 (or 0xCF4133) is known color: Persian Red. HEX triplet: CF, 41 and 33. RGB value is (207,65,51). Sum of RGB (Red+Green+Blue) = 207+65+51=323 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.09% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 51 (20.31% from 255 or 15.79% from 323); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4133 is #30BECC. Grayscale: #6A6A6A. Windows color (decimal): -3194573 or 3359183. OLE color: 3359183.

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

Color convert

RGB 207 65 51 -
CMYK 0 0.69 0.75 0.19
HSL 5.38º 0.62% 0.51% -
HSV(B) 5.38º 0.75% 0.81% -
XYZ 28.22 17.29 4.98 -
YUV 105.86 97.04 200.14 -
System Red Green Blue C M Y K H S L
Decimal 207 65 51 0 0.69 0.75 0.19 5.38 0.62 0.51
Hex CF 41 33 0 45 4B 13 5 3E 33
Octal 317 101 63 0 105 113 23 5 76 63
Binary 11001111 1000001 110011 0 1000101 1001011 10011 101 111110 110011

Color Harmonies of #CF4133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4133

Black with #CF4133

Text Example


Text Example

White with #CF4133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4133; }

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

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

background-color css

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

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

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

border-color css

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

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

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