Html Css Color HEX #CF4231 Persian Red

📋 copy color: '#CF4231'

red 207 ◦ green 66 ◦ blue 49

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

Shades of Persian Red #CF4231

Tints of Persian Red #CF4231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.22%

R = 64.29%
G = 20.5%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CF4231 (or 0xCF4231) is known color: Persian Red. HEX triplet: CF, 42 and 31. RGB value is (207,66,49). Sum of RGB (Red+Green+Blue) = 207+66+49=322 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.29% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 49 (19.53% from 255 or 15.22% from 322); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4231 is #30BDCE. Grayscale: #6A6A6A. Windows color (decimal): -3194319 or 3228367. OLE color: 3228367.

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

Color convert

RGB 207 66 49 -
CMYK 0 0.68 0.76 0.19
HSL 6.46º 0.62% 0.5% -
HSV(B) 6.46º 0.76% 0.81% -
XYZ 28.23 17.38 4.77 -
YUV 106.22 95.71 199.88 -
System Red Green Blue C M Y K H S L
Decimal 207 66 49 0 0.68 0.76 0.19 6.46 0.62 0.5
Hex CF 42 31 0 44 4C 13 6 3E 32
Octal 317 102 61 0 104 114 23 6 76 62
Binary 11001111 1000010 110001 0 1000100 1001100 10011 110 111110 110010

Color Harmonies of #CF4231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4231

Black with #CF4231

Text Example


Text Example

White with #CF4231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4231; }

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

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

background-color css

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

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

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

border-color css

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

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

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