Html Css Color HEX #CF4440 Persian Red

📋 copy color: '#CF4440'

red 207 ◦ green 68 ◦ blue 64

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

Shades of Persian Red #CF4440

Tints of Persian Red #CF4440

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.06%

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

R = 61.06%
G = 20.06%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CF4440 (or 0xCF4440) is known color: Persian Red. HEX triplet: CF, 44 and 40. RGB value is (207,68,64). Sum of RGB (Red+Green+Blue) = 207+68+64=339 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.06% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4440 is #30BBBF. Grayscale: #6D6D6D. Windows color (decimal): -3193792 or 4211919. OLE color: 4211919.

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

Color convert

RGB 207 68 64 -
CMYK 0 0.67 0.69 0.19
HSL 1.68º 0.6% 0.53% -
HSV(B) 1.68º 0.69% 0.81% -
XYZ 28.72 17.77 6.77 -
YUV 109.11 102.55 197.83 -
System Red Green Blue C M Y K H S L
Decimal 207 68 64 0 0.67 0.69 0.19 1.68 0.6 0.53
Hex CF 44 40 0 43 45 13 2 3C 35
Octal 317 104 100 0 103 105 23 2 74 65
Binary 11001111 1000100 1000000 0 1000011 1000101 10011 10 111100 110101

Color Harmonies of #CF4440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4440

Black with #CF4440

Text Example


Text Example

White with #CF4440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4440; }

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

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

background-color css

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

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

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

border-color css

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

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

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