Html Css Color HEX #CF4137 Persian Red

📋 copy color: '#CF4137'

red 207 ◦ green 65 ◦ blue 55

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

Shades of Persian Red #CF4137

Tints of Persian Red #CF4137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 16.82%

R = 63.3%
G = 19.88%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CF4137 (or 0xCF4137) is known color: Persian Red. HEX triplet: CF, 41 and 37. RGB value is (207,65,55). Sum of RGB (Red+Green+Blue) = 207+65+55=327 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.30% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 55 (21.88% from 255 or 16.82% from 327); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4137 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4137 is #30BEC8. Grayscale: #6A6A6A. Windows color (decimal): -3194569 or 3621327. OLE color: 3621327.

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

Color convert

RGB 207 65 55 -
CMYK 0 0.69 0.73 0.19
HSL 3.95º 0.61% 0.51% -
HSV(B) 3.95º 0.73% 0.81% -
XYZ 28.31 17.32 5.47 -
YUV 106.32 99.04 199.81 -
System Red Green Blue C M Y K H S L
Decimal 207 65 55 0 0.69 0.73 0.19 3.95 0.61 0.51
Hex CF 41 37 0 45 49 13 4 3D 33
Octal 317 101 67 0 105 111 23 4 75 63
Binary 11001111 1000001 110111 0 1000101 1001001 10011 100 111101 110011

Color Harmonies of #CF4137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4137

Black with #CF4137

Text Example


Text Example

White with #CF4137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4137; }

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

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

background-color css

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

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

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

border-color css

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

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

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