Html Css Color HEX #C33625 Persian Red

📋 copy color: '#C33625'

red 195 ◦ green 54 ◦ blue 37

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

Shades of Persian Red #C33625

Tints of Persian Red #C33625

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.88%

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

R = 68.18%
G = 18.88%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C33625 (or 0xC33625) is known color: Persian Red. HEX triplet: C3, 36 and 25. RGB value is (195,54,37). Sum of RGB (Red+Green+Blue) = 195+54+37=286 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.18% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 37 (14.84% from 255 or 12.94% from 286); Max value from RGB is 195 - color contains mainly: red. Hex color #C33625 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33625 is #3CC9DA. Grayscale: #5E5E5E. Windows color (decimal): -3983835 or 2438851. OLE color: 2438851.

HSL color Cylindrical-coordinate representation of color #C33625: hue angle of 6.46º 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 #C33625 is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 54 37 -
CMYK 0 0.72 0.81 0.24
HSL 6.46º 0.68% 0.45% -
HSV(B) 6.46º 0.81% 0.76% -
XYZ 24.16 14.37 3.25 -
YUV 94.22 95.71 199.88 -
System Red Green Blue C M Y K H S L
Decimal 195 54 37 0 0.72 0.81 0.24 6.46 0.68 0.45
Hex C3 36 25 0 48 51 18 6 44 2D
Octal 303 66 45 0 110 121 30 6 104 55
Binary 11000011 110110 100101 0 1001000 1010001 11000 110 1000100 101101

Color Harmonies of #C33625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33625

Black with #C33625

Text Example


Text Example

White with #C33625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33625; }

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

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

background-color css

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

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

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

border-color css

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

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

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