Html Css Color HEX #C33224 Persian Red

📋 copy color: '#C33224'

red 195 ◦ green 50 ◦ blue 36

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

Shades of Persian Red #C33224

Tints of Persian Red #C33224

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.79%

 BLUE value IS 36 (14.45% from 255) = 12.81%

R = 69.4%
G = 17.79%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C33224 (or 0xC33224) is known color: Persian Red. HEX triplet: C3, 32 and 24. RGB value is (195,50,36). Sum of RGB (Red+Green+Blue) = 195+50+36=281 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.40% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 36 (14.45% from 255 or 12.81% from 281); Max value from RGB is 195 - color contains mainly: red. Hex color #C33224 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33224 is #3CCDDB. Grayscale: #5B5B5B. Windows color (decimal): -3984860 or 2372291. OLE color: 2372291.

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

Color convert

RGB 195 50 36 -
CMYK 0 0.74 0.82 0.24
HSL 5.28º 0.69% 0.45% -
HSV(B) 5.28º 0.82% 0.76% -
XYZ 23.96 14.01 3.11 -
YUV 91.76 96.54 201.64 -
System Red Green Blue C M Y K H S L
Decimal 195 50 36 0 0.74 0.82 0.24 5.28 0.69 0.45
Hex C3 32 24 0 4A 52 18 5 45 2D
Octal 303 62 44 0 112 122 30 5 105 55
Binary 11000011 110010 100100 0 1001010 1010010 11000 101 1000101 101101

Color Harmonies of #C33224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33224

Black with #C33224

Text Example


Text Example

White with #C33224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33224; }

 p { color: rgb(195,50,36); }

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

background-color css

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

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

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

border-color css

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

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

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