Html Css Color HEX #C03225 Persian Red

📋 copy color: '#C03225'

red 192 ◦ green 50 ◦ blue 37

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

Shades of Persian Red #C03225

Tints of Persian Red #C03225

RGB

 RED value IS 192 (75.39% from 255) = 68.82%

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

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

R = 68.82%
G = 17.92%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#C03225 (or 0xC03225) is known color: Persian Red. HEX triplet: C0, 32 and 25. RGB value is (192,50,37). Sum of RGB (Red+Green+Blue) = 192+50+37=279 (36% of max value = 765). Red value is 192 (75.39% from 255 or 68.82% from 279); Green value is 50 (19.92% from 255 or 17.92% from 279); Blue value is 37 (14.84% from 255 or 13.26% from 279); Max value from RGB is 192 - color contains mainly: red. Hex color #C03225 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03225 is #3FCDDA. Grayscale: #5B5B5B. Windows color (decimal): -4181467 or 2437824. OLE color: 2437824.

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

Color convert

RGB 192 50 37 -
CMYK 0 0.74 0.81 0.25
HSL 5.03º 0.68% 0.45% -
HSV(B) 5.03º 0.81% 0.75% -
XYZ 23.21 13.62 3.16 -
YUV 90.98 97.54 200.06 -
System Red Green Blue C M Y K H S L
Decimal 192 50 37 0 0.74 0.81 0.25 5.03 0.68 0.45
Hex C0 32 25 0 4A 51 19 5 44 2D
Octal 300 62 45 0 112 121 31 5 104 55
Binary 11000000 110010 100101 0 1001010 1010001 11001 101 1000100 101101

Color Harmonies of #C03225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03225

Black with #C03225

Text Example


Text Example

White with #C03225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03225; }

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

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

background-color css

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

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

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

border-color css

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

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

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