Html Css Color HEX #CF4240 Persian Red

📋 copy color: '#CF4240'

red 207 ◦ green 66 ◦ blue 64

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

Shades of Persian Red #CF4240

Tints of Persian Red #CF4240

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.58%

 BLUE value IS 64 (25.39% from 255) = 18.99%

R = 61.42%
G = 19.58%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CF4240 (or 0xCF4240) is known color: Persian Red. HEX triplet: CF, 42 and 40. RGB value is (207,66,64). Sum of RGB (Red+Green+Blue) = 207+66+64=337 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.42% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4240 is #30BDBF. Grayscale: #6C6C6C. Windows color (decimal): -3194304 or 4211407. OLE color: 4211407.

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

Color convert

RGB 207 66 64 -
CMYK 0 0.68 0.69 0.19
HSL 0.84º 0.6% 0.53% -
HSV(B) 0.84º 0.69% 0.81% -
XYZ 28.61 17.53 6.73 -
YUV 107.93 103.21 198.66 -
System Red Green Blue C M Y K H S L
Decimal 207 66 64 0 0.68 0.69 0.19 0.84 0.6 0.53
Hex CF 42 40 0 44 45 13 1 3C 35
Octal 317 102 100 0 104 105 23 1 74 65
Binary 11001111 1000010 1000000 0 1000100 1000101 10011 1 111100 110101

Color Harmonies of #CF4240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4240

Black with #CF4240

Text Example


Text Example

White with #CF4240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4240; }

 p { color: rgb(207,66,64); }

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

background-color css

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

 a { background-color: rgb(207,66,64); }

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

border-color css

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

 span { border-color: rgb(207,66,64); }

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