Html Css Color HEX #CC3D29 Persian Red

📋 copy color: '#CC3D29'

red 204 ◦ green 61 ◦ blue 41

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

Shades of Persian Red #CC3D29

Tints of Persian Red #CC3D29

RGB

 RED value IS 204 (80.08% from 255) = 66.67%

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

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

R = 66.67%
G = 19.93%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CC3D29 (or 0xCC3D29) is known color: Persian Red. HEX triplet: CC, 3D and 29. RGB value is (204,61,41). Sum of RGB (Red+Green+Blue) = 204+61+41=306 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.67% from 306); Green value is 61 (24.22% from 255 or 19.93% from 306); Blue value is 41 (16.41% from 255 or 13.40% from 306); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3D29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3D29 is #33C2D6. Grayscale: #656565. Windows color (decimal): -3392215 or 2702796. OLE color: 2702796.

HSL color Cylindrical-coordinate representation of color #CC3D29: hue angle of 7.36º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC3D29 is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 61 41 -
CMYK 0 0.70 0.80 0.2
HSL 7.36º 0.67% 0.48% -
HSV(B) 7.36º 0.8% 0.8% -
XYZ 26.97 16.33 3.83 -
YUV 101.48 93.88 201.13 -
System Red Green Blue C M Y K H S L
Decimal 204 61 41 0 0.70 0.80 0.2 7.36 0.67 0.48
Hex CC 3D 29 0 46 50 14 7 43 30
Octal 314 75 51 0 106 120 24 7 103 60
Binary 11001100 111101 101001 0 1000110 1010000 10100 111 1000011 110000

Color Harmonies of #CC3D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3D29

Black with #CC3D29

Text Example


Text Example

White with #CC3D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3D29; }

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

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

background-color css

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

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

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

border-color css

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

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

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