Html Css Color HEX #CC3626 Persian Red

📋 copy color: '#CC3626'

red 204 ◦ green 54 ◦ blue 38

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

Shades of Persian Red #CC3626

Tints of Persian Red #CC3626

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.24%

 BLUE value IS 38 (15.23% from 255) = 12.84%

R = 68.92%
G = 18.24%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC3626 (or 0xCC3626) is known color: Persian Red. HEX triplet: CC, 36 and 26. RGB value is (204,54,38). Sum of RGB (Red+Green+Blue) = 204+54+38=296 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.92% from 296); Green value is 54 (21.48% from 255 or 18.24% from 296); Blue value is 38 (15.23% from 255 or 12.84% from 296); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3626 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3626 is #33C9D9. Grayscale: #616161. Windows color (decimal): -3394010 or 2504396. OLE color: 2504396.

HSL color Cylindrical-coordinate representation of color #CC3626: hue angle of 5.78º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC3626 is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 54 38 -
CMYK 0 0.74 0.81 0.2
HSL 5.78º 0.69% 0.47% -
HSV(B) 5.78º 0.81% 0.8% -
XYZ 26.57 15.62 3.45 -
YUV 97.03 94.7 204.3 -
System Red Green Blue C M Y K H S L
Decimal 204 54 38 0 0.74 0.81 0.2 5.78 0.69 0.47
Hex CC 36 26 0 4A 51 14 6 45 2F
Octal 314 66 46 0 112 121 24 6 105 57
Binary 11001100 110110 100110 0 1001010 1010001 10100 110 1000101 101111

Color Harmonies of #CC3626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3626

Black with #CC3626

Text Example


Text Example

White with #CC3626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3626; }

 p { color: rgb(204,54,38); }

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

background-color css

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

 a { background-color: rgb(204,54,38); }

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

border-color css

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

 span { border-color: rgb(204,54,38); }

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