Html Css Color HEX #C03938 Persian Red

📋 copy color: '#C03938'

red 192 ◦ green 57 ◦ blue 56

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

Shades of Persian Red #C03938

Tints of Persian Red #C03938

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.69%

 BLUE value IS 56 (22.27% from 255) = 18.36%

R = 62.95%
G = 18.69%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C03938 (or 0xC03938) is known color: Persian Red. HEX triplet: C0, 39 and 38. RGB value is (192,57,56). Sum of RGB (Red+Green+Blue) = 192+57+56=305 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.95% from 305); Green value is 57 (22.66% from 255 or 18.69% from 305); Blue value is 56 (22.27% from 255 or 18.36% from 305); Max value from RGB is 192 - color contains mainly: red. Hex color #C03938 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03938 is #3FC6C7. Grayscale: #616161. Windows color (decimal): -4179656 or 3684800. OLE color: 3684800.

HSL color Cylindrical-coordinate representation of color #C03938: hue angle of 0.44º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C03938 is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 57 56 -
CMYK 0 0.70 0.71 0.25
HSL 0.44º 0.55% 0.49% -
HSV(B) 0.44º 0.71% 0.75% -
XYZ 23.92 14.42 5.26 -
YUV 97.25 104.73 195.58 -
System Red Green Blue C M Y K H S L
Decimal 192 57 56 0 0.70 0.71 0.25 0.44 0.55 0.49
Hex C0 39 38 0 46 47 19 0 37 31
Octal 300 71 70 0 106 107 31 0 67 61
Binary 11000000 111001 111000 0 1000110 1000111 11001 0 110111 110001

Color Harmonies of #C03938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03938

Black with #C03938

Text Example


Text Example

White with #C03938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03938; }

 p { color: rgb(192,57,56); }

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

background-color css

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

 a { background-color: rgb(192,57,56); }

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

border-color css

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

 span { border-color: rgb(192,57,56); }

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