Html Css Color HEX #C33A28 Persian Red

📋 copy color: '#C33A28'

red 195 ◦ green 58 ◦ blue 40

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

Shades of Persian Red #C33A28

Tints of Persian Red #C33A28

RGB

 RED value IS 195 (76.56% from 255) = 66.55%

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

 BLUE value IS 40 (16.02% from 255) = 13.65%

R = 66.55%
G = 19.8%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C33A28 (or 0xC33A28) is known color: Persian Red. HEX triplet: C3, 3A and 28. RGB value is (195,58,40). Sum of RGB (Red+Green+Blue) = 195+58+40=293 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.55% from 293); Green value is 58 (23.05% from 255 or 19.80% from 293); Blue value is 40 (16.02% from 255 or 13.65% from 293); Max value from RGB is 195 - color contains mainly: red. Hex color #C33A28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33A28 is #3CC5D7. Grayscale: #616161. Windows color (decimal): -3982808 or 2636483. OLE color: 2636483.

HSL color Cylindrical-coordinate representation of color #C33A28: hue angle of 6.97º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C33A28 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 58 40 -
CMYK 0 0.70 0.79 0.24
HSL 6.97º 0.66% 0.46% -
HSV(B) 6.97º 0.79% 0.76% -
XYZ 24.4 14.78 3.57 -
YUV 96.91 95.89 197.96 -
System Red Green Blue C M Y K H S L
Decimal 195 58 40 0 0.70 0.79 0.24 6.97 0.66 0.46
Hex C3 3A 28 0 46 4F 18 7 42 2E
Octal 303 72 50 0 106 117 30 7 102 56
Binary 11000011 111010 101000 0 1000110 1001111 11000 111 1000010 101110

Color Harmonies of #C33A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33A28

Black with #C33A28

Text Example


Text Example

White with #C33A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33A28; }

 p { color: rgb(195,58,40); }

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

background-color css

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

 a { background-color: rgb(195,58,40); }

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

border-color css

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

 span { border-color: rgb(195,58,40); }

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