Html Css Color HEX #CC3926 Persian Red

📋 copy color: '#CC3926'

red 204 ◦ green 57 ◦ blue 38

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

Shades of Persian Red #CC3926

Tints of Persian Red #CC3926

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.06%

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

R = 68.23%
G = 19.06%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC3926 (or 0xCC3926) is known color: Persian Red. HEX triplet: CC, 39 and 26. RGB value is (204,57,38). Sum of RGB (Red+Green+Blue) = 204+57+38=299 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.23% from 299); Green value is 57 (22.66% from 255 or 19.06% from 299); Blue value is 38 (15.23% from 255 or 12.71% from 299); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3926 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3926 is #33C6D9. Grayscale: #636363. Windows color (decimal): -3393242 or 2505164. OLE color: 2505164.

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

Color convert

RGB 204 57 38 -
CMYK 0 0.72 0.81 0.2
HSL 6.87º 0.69% 0.47% -
HSV(B) 6.87º 0.81% 0.8% -
XYZ 26.71 15.9 3.5 -
YUV 98.79 93.7 203.04 -
System Red Green Blue C M Y K H S L
Decimal 204 57 38 0 0.72 0.81 0.2 6.87 0.69 0.47
Hex CC 39 26 0 48 51 14 7 45 2F
Octal 314 71 46 0 110 121 24 7 105 57
Binary 11001100 111001 100110 0 1001000 1010001 10100 111 1000101 101111

Color Harmonies of #CC3926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3926

Black with #CC3926

Text Example


Text Example

White with #CC3926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3926; }

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

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

background-color css

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

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

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

border-color css

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

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

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