Html Css Color HEX #CF3029 Persian Red

📋 copy color: '#CF3029'

red 207 ◦ green 48 ◦ blue 41

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

Shades of Persian Red #CF3029

Tints of Persian Red #CF3029

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.22%

 BLUE value IS 41 (16.41% from 255) = 13.85%

R = 69.93%
G = 16.22%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CF3029 (or 0xCF3029) is known color: Persian Red. HEX triplet: CF, 30 and 29. RGB value is (207,48,41). Sum of RGB (Red+Green+Blue) = 207+48+41=296 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.93% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 41 (16.41% from 255 or 13.85% from 296); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3029 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3029 is #30CFD6. Grayscale: #5E5E5E. Windows color (decimal): -3198935 or 2699471. OLE color: 2699471.

HSL color Cylindrical-coordinate representation of color #CF3029: hue angle of 2.53º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF3029 is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 48 41 -
CMYK 0 0.77 0.80 0.19
HSL 2.53º 0.67% 0.49% -
HSV(B) 2.53º 0.8% 0.81% -
XYZ 27.19 15.54 3.66 -
YUV 94.74 97.68 208.07 -
System Red Green Blue C M Y K H S L
Decimal 207 48 41 0 0.77 0.80 0.19 2.53 0.67 0.49
Hex CF 30 29 0 4D 50 13 3 43 31
Octal 317 60 51 0 115 120 23 3 103 61
Binary 11001111 110000 101001 0 1001101 1010000 10011 11 1000011 110001

Color Harmonies of #CF3029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3029

Black with #CF3029

Text Example


Text Example

White with #CF3029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3029; }

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

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

background-color css

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

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

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

border-color css

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

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

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