Html Css Color HEX #C33A39 Persian Red

📋 copy color: '#C33A39'

red 195 ◦ green 58 ◦ blue 57

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

Shades of Persian Red #C33A39

Tints of Persian Red #C33A39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 18.39%

R = 62.9%
G = 18.71%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C33A39 (or 0xC33A39) is known color: Persian Red. HEX triplet: C3, 3A and 39. RGB value is (195,58,57). Sum of RGB (Red+Green+Blue) = 195+58+57=310 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.90% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 57 (22.66% from 255 or 18.39% from 310); Max value from RGB is 195 - color contains mainly: red. Hex color #C33A39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33A39 is #3CC5C6. Grayscale: #626262. Windows color (decimal): -3982791 or 3750595. OLE color: 3750595.

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

Color convert

RGB 195 58 57 -
CMYK 0 0.70 0.71 0.24
HSL 0.43º 0.55% 0.49% -
HSV(B) 0.43º 0.71% 0.76% -
XYZ 24.76 14.92 5.45 -
YUV 98.85 104.39 196.58 -
System Red Green Blue C M Y K H S L
Decimal 195 58 57 0 0.70 0.71 0.24 0.43 0.55 0.49
Hex C3 3A 39 0 46 47 18 0 37 31
Octal 303 72 71 0 106 107 30 0 67 61
Binary 11000011 111010 111001 0 1000110 1000111 11000 0 110111 110001

Color Harmonies of #C33A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33A39

Black with #C33A39

Text Example


Text Example

White with #C33A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33A39; }

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

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

background-color css

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

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

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

border-color css

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

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

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