Html Css Color HEX #C03634 Persian Red

📋 copy color: '#C03634'

red 192 ◦ green 54 ◦ blue 52

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

Shades of Persian Red #C03634

Tints of Persian Red #C03634

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.45%

R = 64.43%
G = 18.12%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C03634 (or 0xC03634) is known color: Persian Red. HEX triplet: C0, 36 and 34. RGB value is (192,54,52). Sum of RGB (Red+Green+Blue) = 192+54+52=298 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.43% from 298); Green value is 54 (21.48% from 255 or 18.12% from 298); Blue value is 52 (20.70% from 255 or 17.45% from 298); Max value from RGB is 192 - color contains mainly: red. Hex color #C03634 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03634 is #3FC9CB. Grayscale: #5F5F5F. Windows color (decimal): -4180428 or 3421888. OLE color: 3421888.

HSL color Cylindrical-coordinate representation of color #C03634: hue angle of 0.86º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C03634 is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 54 52 -
CMYK 0 0.72 0.73 0.25
HSL 0.86º 0.57% 0.48% -
HSV(B) 0.86º 0.73% 0.75% -
XYZ 23.68 14.09 4.72 -
YUV 95.03 103.72 197.16 -
System Red Green Blue C M Y K H S L
Decimal 192 54 52 0 0.72 0.73 0.25 0.86 0.57 0.48
Hex C0 36 34 0 48 49 19 1 39 30
Octal 300 66 64 0 110 111 31 1 71 60
Binary 11000000 110110 110100 0 1001000 1001001 11001 1 111001 110000

Color Harmonies of #C03634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03634

Black with #C03634

Text Example


Text Example

White with #C03634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03634; }

 p { color: rgb(192,54,52); }

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

background-color css

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

 a { background-color: rgb(192,54,52); }

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

border-color css

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

 span { border-color: rgb(192,54,52); }

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