Html Css Color HEX #C33A27 Persian Red

📋 copy color: '#C33A27'

red 195 ◦ green 58 ◦ blue 39

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

Shades of Persian Red #C33A27

Tints of Persian Red #C33A27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.36%

R = 66.78%
G = 19.86%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C33A27 (or 0xC33A27) is known color: Persian Red. HEX triplet: C3, 3A and 27. RGB value is (195,58,39). Sum of RGB (Red+Green+Blue) = 195+58+39=292 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.78% from 292); Green value is 58 (23.05% from 255 or 19.86% from 292); Blue value is 39 (15.62% from 255 or 13.36% from 292); Max value from RGB is 195 - color contains mainly: red. Hex color #C33A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33A27 is #3CC5D8. Grayscale: #616161. Windows color (decimal): -3982809 or 2570947. OLE color: 2570947.

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

Color convert

RGB 195 58 39 -
CMYK 0 0.70 0.80 0.24
HSL 7.31º 0.67% 0.46% -
HSV(B) 7.31º 0.8% 0.76% -
XYZ 24.38 14.77 3.49 -
YUV 96.8 95.39 198.04 -
System Red Green Blue C M Y K H S L
Decimal 195 58 39 0 0.70 0.80 0.24 7.31 0.67 0.46
Hex C3 3A 27 0 46 50 18 7 43 2E
Octal 303 72 47 0 106 120 30 7 103 56
Binary 11000011 111010 100111 0 1000110 1010000 11000 111 1000011 101110

Color Harmonies of #C33A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33A27

Black with #C33A27

Text Example


Text Example

White with #C33A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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