Html Css Color HEX #CF4241 Persian Red

📋 copy color: '#CF4241'

red 207 ◦ green 66 ◦ blue 65

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

Shades of Persian Red #CF4241

Tints of Persian Red #CF4241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.23%

R = 61.24%
G = 19.53%
B = 19.23%

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

#CF4241 (or 0xCF4241) is known color: Persian Red. HEX triplet: CF, 42 and 41. RGB value is (207,66,65). Sum of RGB (Red+Green+Blue) = 207+66+65=338 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.24% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4241 is #30BDBE. Grayscale: #6C6C6C. Windows color (decimal): -3194303 or 4276943. OLE color: 4276943.

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

Color convert

RGB 207 66 65 -
CMYK 0 0.68 0.69 0.19
HSL 0.42º 0.6% 0.53% -
HSV(B) 0.42º 0.69% 0.81% -
XYZ 28.63 17.54 6.88 -
YUV 108.05 103.71 198.58 -
System Red Green Blue C M Y K H S L
Decimal 207 66 65 0 0.68 0.69 0.19 0.42 0.6 0.53
Hex CF 42 41 0 44 45 13 0 3C 35
Octal 317 102 101 0 104 105 23 0 74 65
Binary 11001111 1000010 1000001 0 1000100 1000101 10011 0 111100 110101

Color Harmonies of #CF4241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4241

Black with #CF4241

Text Example


Text Example

White with #CF4241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4241; }

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

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

background-color css

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

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

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

border-color css

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

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

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