Html Css Color HEX #CF3829 Persian Red

📋 copy color: '#CF3829'

red 207 ◦ green 56 ◦ blue 41

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

Shades of Persian Red #CF3829

Tints of Persian Red #CF3829

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.42%

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

R = 68.09%
G = 18.42%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CF3829 (or 0xCF3829) is known color: Persian Red. HEX triplet: CF, 38 and 29. RGB value is (207,56,41). Sum of RGB (Red+Green+Blue) = 207+56+41=304 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.09% from 304); Green value is 56 (22.27% from 255 or 18.42% from 304); Blue value is 41 (16.41% from 255 or 13.49% from 304); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3829 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3829 is #30C7D6. Grayscale: #636363. Windows color (decimal): -3196887 or 2701519. OLE color: 2701519.

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

Color convert

RGB 207 56 41 -
CMYK 0 0.73 0.80 0.19
HSL 5.42º 0.67% 0.49% -
HSV(B) 5.42º 0.8% 0.81% -
XYZ 27.55 16.25 3.78 -
YUV 99.44 95.03 204.72 -
System Red Green Blue C M Y K H S L
Decimal 207 56 41 0 0.73 0.80 0.19 5.42 0.67 0.49
Hex CF 38 29 0 49 50 13 5 43 31
Octal 317 70 51 0 111 120 23 5 103 61
Binary 11001111 111000 101001 0 1001001 1010000 10011 101 1000011 110001

Color Harmonies of #CF3829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3829

Black with #CF3829

Text Example


Text Example

White with #CF3829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3829; }

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

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

background-color css

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

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

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

border-color css

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

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

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