Html Css Color HEX #C33C3A Persian Red

📋 copy color: '#C33C3A'

red 195 ◦ green 60 ◦ blue 58

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

Shades of Persian Red #C33C3A

Tints of Persian Red #C33C3A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.17%

 BLUE value IS 58 (23.05% from 255) = 18.53%

R = 62.3%
G = 19.17%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C33C3A (or 0xC33C3A) is known color: Persian Red. HEX triplet: C3, 3C and 3A. RGB value is (195,60,58). Sum of RGB (Red+Green+Blue) = 195+60+58=313 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.30% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 58 (23.05% from 255 or 18.53% from 313); Max value from RGB is 195 - color contains mainly: red. Hex color #C33C3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33C3A is #3CC3C5. Grayscale: #646464. Windows color (decimal): -3982278 or 3816643. OLE color: 3816643.

HSL color Cylindrical-coordinate representation of color #C33C3A: hue angle of 0.88º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C33C3A is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 60 58 -
CMYK 0 0.69 0.70 0.24
HSL 0.88º 0.54% 0.5% -
HSV(B) 0.88º 0.7% 0.76% -
XYZ 24.89 15.14 5.61 -
YUV 100.14 104.23 195.66 -
System Red Green Blue C M Y K H S L
Decimal 195 60 58 0 0.69 0.70 0.24 0.88 0.54 0.5
Hex C3 3C 3A 0 45 46 18 1 36 32
Octal 303 74 72 0 105 106 30 1 66 62
Binary 11000011 111100 111010 0 1000101 1000110 11000 1 110110 110010

Color Harmonies of #C33C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33C3A

Black with #C33C3A

Text Example


Text Example

White with #C33C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33C3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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