Html Css Color HEX #CF3D29 Persian Red

📋 copy color: '#CF3D29'

red 207 ◦ green 61 ◦ blue 41

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

Shades of Persian Red #CF3D29

Tints of Persian Red #CF3D29

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.74%

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

R = 66.99%
G = 19.74%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CF3D29 (or 0xCF3D29) is known color: Persian Red. HEX triplet: CF, 3D and 29. RGB value is (207,61,41). Sum of RGB (Red+Green+Blue) = 207+61+41=309 (40% of max value = 765). Red value is 207 (81.25% from 255 or 66.99% from 309); Green value is 61 (24.22% from 255 or 19.74% from 309); Blue value is 41 (16.41% from 255 or 13.27% from 309); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3D29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3D29 is #30C2D6. Grayscale: #666666. Windows color (decimal): -3195607 or 2702799. OLE color: 2702799.

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

Color convert

RGB 207 61 41 -
CMYK 0 0.71 0.80 0.19
HSL 7.23º 0.67% 0.49% -
HSV(B) 7.23º 0.8% 0.81% -
XYZ 27.8 16.76 3.87 -
YUV 102.37 93.37 202.63 -
System Red Green Blue C M Y K H S L
Decimal 207 61 41 0 0.71 0.80 0.19 7.23 0.67 0.49
Hex CF 3D 29 0 47 50 13 7 43 31
Octal 317 75 51 0 107 120 23 7 103 61
Binary 11001111 111101 101001 0 1000111 1010000 10011 111 1000011 110001

Color Harmonies of #CF3D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3D29

Black with #CF3D29

Text Example


Text Example

White with #CF3D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3D29; }

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

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

background-color css

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

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

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

border-color css

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

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

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