Html Css Color HEX #C33225 Persian Red

📋 copy color: '#C33225'

red 195 ◦ green 50 ◦ blue 37

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

Shades of Persian Red #C33225

Tints of Persian Red #C33225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.12%

R = 69.15%
G = 17.73%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C33225 (or 0xC33225) is known color: Persian Red. HEX triplet: C3, 32 and 25. RGB value is (195,50,37). Sum of RGB (Red+Green+Blue) = 195+50+37=282 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.15% from 282); Green value is 50 (19.92% from 255 or 17.73% from 282); Blue value is 37 (14.84% from 255 or 13.12% from 282); Max value from RGB is 195 - color contains mainly: red. Hex color #C33225 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33225 is #3CCDDA. Grayscale: #5C5C5C. Windows color (decimal): -3984859 or 2437827. OLE color: 2437827.

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

Color convert

RGB 195 50 37 -
CMYK 0 0.74 0.81 0.24
HSL 4.94º 0.68% 0.45% -
HSV(B) 4.94º 0.81% 0.76% -
XYZ 23.98 14.02 3.19 -
YUV 91.87 97.04 201.56 -
System Red Green Blue C M Y K H S L
Decimal 195 50 37 0 0.74 0.81 0.24 4.94 0.68 0.45
Hex C3 32 25 0 4A 51 18 5 44 2D
Octal 303 62 45 0 112 121 30 5 104 55
Binary 11000011 110010 100101 0 1001010 1010001 11000 101 1000100 101101

Color Harmonies of #C33225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33225

Black with #C33225

Text Example


Text Example

White with #C33225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33225; }

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

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

background-color css

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

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

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

border-color css

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

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

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