Html Css Color HEX #CF4030 Persian Red

📋 copy color: '#CF4030'

red 207 ◦ green 64 ◦ blue 48

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

Shades of Persian Red #CF4030

Tints of Persian Red #CF4030

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.06%

 BLUE value IS 48 (19.14% from 255) = 15.05%

R = 64.89%
G = 20.06%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CF4030 (or 0xCF4030) is known color: Persian Red. HEX triplet: CF, 40 and 30. RGB value is (207,64,48). Sum of RGB (Red+Green+Blue) = 207+64+48=319 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.89% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 48 (19.14% from 255 or 15.05% from 319); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4030 is #30BFCF. Grayscale: #696969. Windows color (decimal): -3194832 or 3162319. OLE color: 3162319.

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

Color convert

RGB 207 64 48 -
CMYK 0 0.69 0.77 0.19
HSL 6.04º 0.62% 0.5% -
HSV(B) 6.04º 0.77% 0.81% -
XYZ 28.1 17.15 4.62 -
YUV 104.93 95.88 200.8 -
System Red Green Blue C M Y K H S L
Decimal 207 64 48 0 0.69 0.77 0.19 6.04 0.62 0.5
Hex CF 40 30 0 45 4D 13 6 3E 32
Octal 317 100 60 0 105 115 23 6 76 62
Binary 11001111 1000000 110000 0 1000101 1001101 10011 110 111110 110010

Color Harmonies of #CF4030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4030

Black with #CF4030

Text Example


Text Example

White with #CF4030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4030; }

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

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

background-color css

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

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

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

border-color css

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

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

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