Html Css Color HEX #C33C3C Persian Red

📋 copy color: '#C33C3C'

red 195 ◦ green 60 ◦ blue 60

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

Shades of Persian Red #C33C3C

Tints of Persian Red #C33C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.05%

R = 61.9%
G = 19.05%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C33C3C (or 0xC33C3C) is known color: Persian Red. HEX triplet: C3, 3C and 3C. RGB value is (195,60,60). Sum of RGB (Red+Green+Blue) = 195+60+60=315 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.90% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 195 - color contains mainly: red. Hex color #C33C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33C3C is #3CC3C3. Grayscale: #646464. Windows color (decimal): -3982276 or 3947715. OLE color: 3947715.

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

Color convert

RGB 195 60 60 -
CMYK 0 0.69 0.69 0.24
HSL 0.53% 0.5% -
HSV(B) 0.69% 0.76% -
XYZ 24.94 15.16 5.89 -
YUV 100.37 105.23 195.5 -
System Red Green Blue C M Y K H S L
Decimal 195 60 60 0 0.69 0.69 0.24 0 0.53 0.5
Hex C3 3C 3C 0 45 45 18 0 35 32
Octal 303 74 74 0 105 105 30 0 65 62
Binary 11000011 111100 111100 0 1000101 1000101 11000 0 110101 110010

Color Harmonies of #C33C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33C3C

Black with #C33C3C

Text Example


Text Example

White with #C33C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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