Html Css Color HEX #C33330 Persian Red

📋 copy color: '#C33330'

red 195 ◦ green 51 ◦ blue 48

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

Shades of Persian Red #C33330

Tints of Persian Red #C33330

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.35%

 BLUE value IS 48 (19.14% from 255) = 16.33%

R = 66.33%
G = 17.35%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C33330 (or 0xC33330) is known color: Persian Red. HEX triplet: C3, 33 and 30. RGB value is (195,51,48). Sum of RGB (Red+Green+Blue) = 195+51+48=294 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.33% from 294); Green value is 51 (20.31% from 255 or 17.35% from 294); Blue value is 48 (19.14% from 255 or 16.33% from 294); Max value from RGB is 195 - color contains mainly: red. Hex color #C33330 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33330 is #3CCCCF. Grayscale: #5D5D5D. Windows color (decimal): -3984592 or 3158979. OLE color: 3158979.

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

Color convert

RGB 195 51 48 -
CMYK 0 0.74 0.75 0.24
HSL 1.22º 0.6% 0.48% -
HSV(B) 1.22º 0.75% 0.76% -
XYZ 24.22 14.18 4.26 -
YUV 93.71 102.21 200.24 -
System Red Green Blue C M Y K H S L
Decimal 195 51 48 0 0.74 0.75 0.24 1.22 0.6 0.48
Hex C3 33 30 0 4A 4B 18 1 3C 30
Octal 303 63 60 0 112 113 30 1 74 60
Binary 11000011 110011 110000 0 1001010 1001011 11000 1 111100 110000

Color Harmonies of #C33330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33330

Black with #C33330

Text Example


Text Example

White with #C33330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33330; }

 p { color: rgb(195,51,48); }

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

background-color css

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

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

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

border-color css

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

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

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