Html Css Color HEX #CC3426 Persian Red

📋 copy color: '#CC3426'

red 204 ◦ green 52 ◦ blue 38

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

Shades of Persian Red #CC3426

Tints of Persian Red #CC3426

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.69%

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

R = 69.39%
G = 17.69%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC3426 (or 0xCC3426) is known color: Persian Red. HEX triplet: CC, 34 and 26. RGB value is (204,52,38). Sum of RGB (Red+Green+Blue) = 204+52+38=294 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.39% from 294); Green value is 52 (20.70% from 255 or 17.69% from 294); Blue value is 38 (15.23% from 255 or 12.93% from 294); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3426 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3426 is #33CBD9. Grayscale: #606060. Windows color (decimal): -3394522 or 2503884. OLE color: 2503884.

HSL color Cylindrical-coordinate representation of color #CC3426: hue angle of 5.06º 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 #CC3426 is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 52 38 -
CMYK 0 0.75 0.81 0.2
HSL 5.06º 0.69% 0.47% -
HSV(B) 5.06º 0.81% 0.8% -
XYZ 26.48 15.43 3.42 -
YUV 95.85 95.36 205.14 -
System Red Green Blue C M Y K H S L
Decimal 204 52 38 0 0.75 0.81 0.2 5.06 0.69 0.47
Hex CC 34 26 0 4B 51 14 5 45 2F
Octal 314 64 46 0 113 121 24 5 105 57
Binary 11001100 110100 100110 0 1001011 1010001 10100 101 1000101 101111

Color Harmonies of #CC3426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3426

Black with #CC3426

Text Example


Text Example

White with #CC3426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3426; }

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

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

background-color css

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

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

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

border-color css

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

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

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