Html Css Color HEX #C03432 Persian Red

📋 copy color: '#C03432'

red 192 ◦ green 52 ◦ blue 50

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

Shades of Persian Red #C03432

Tints of Persian Red #C03432

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.69%

 BLUE value IS 50 (19.92% from 255) = 17.01%

R = 65.31%
G = 17.69%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C03432 (or 0xC03432) is known color: Persian Red. HEX triplet: C0, 34 and 32. RGB value is (192,52,50). Sum of RGB (Red+Green+Blue) = 192+52+50=294 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.31% from 294); Green value is 52 (20.70% from 255 or 17.69% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 192 - color contains mainly: red. Hex color #C03432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03432 is #3FCBCD. Grayscale: #5D5D5D. Windows color (decimal): -4180942 or 3290304. OLE color: 3290304.

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

Color convert

RGB 192 52 50 -
CMYK 0 0.73 0.74 0.25
HSL 0.85º 0.59% 0.47% -
HSV(B) 0.85º 0.74% 0.75% -
XYZ 23.54 13.89 4.46 -
YUV 93.63 103.38 198.16 -
System Red Green Blue C M Y K H S L
Decimal 192 52 50 0 0.73 0.74 0.25 0.85 0.59 0.47
Hex C0 34 32 0 49 4A 19 1 3B 2F
Octal 300 64 62 0 111 112 31 1 73 57
Binary 11000000 110100 110010 0 1001001 1001010 11001 1 111011 101111

Color Harmonies of #C03432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03432

Black with #C03432

Text Example


Text Example

White with #C03432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03432; }

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

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

background-color css

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

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

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

border-color css

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

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

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