Html Css Color HEX #CC3A26 Persian Red

📋 copy color: '#CC3A26'

red 204 ◦ green 58 ◦ blue 38

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

Shades of Persian Red #CC3A26

Tints of Persian Red #CC3A26

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.33%

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

R = 68%
G = 19.33%
B = 12.67%

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

#CC3A26 (or 0xCC3A26) is known color: Persian Red. HEX triplet: CC, 3A and 26. RGB value is (204,58,38). Sum of RGB (Red+Green+Blue) = 204+58+38=300 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68% from 300); Green value is 58 (23.05% from 255 or 19.33% from 300); Blue value is 38 (15.23% from 255 or 12.67% from 300); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3A26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3A26 is #33C5D9. Grayscale: #636363. Windows color (decimal): -3392986 or 2505420. OLE color: 2505420.

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

Color convert

RGB 204 58 38 -
CMYK 0 0.72 0.81 0.2
HSL 7.23º 0.69% 0.47% -
HSV(B) 7.23º 0.81% 0.8% -
XYZ 26.76 16 3.51 -
YUV 99.37 93.37 202.63 -
System Red Green Blue C M Y K H S L
Decimal 204 58 38 0 0.72 0.81 0.2 7.23 0.69 0.47
Hex CC 3A 26 0 48 51 14 7 45 2F
Octal 314 72 46 0 110 121 24 7 105 57
Binary 11001100 111010 100110 0 1001000 1010001 10100 111 1000101 101111

Color Harmonies of #CC3A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3A26

Black with #CC3A26

Text Example


Text Example

White with #CC3A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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