Html Css Color HEX #C03833 Persian Red

📋 copy color: '#C03833'

red 192 ◦ green 56 ◦ blue 51

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

Shades of Persian Red #C03833

Tints of Persian Red #C03833

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.73%

 BLUE value IS 51 (20.31% from 255) = 17.06%

R = 64.21%
G = 18.73%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C03833 (or 0xC03833) is known color: Persian Red. HEX triplet: C0, 38 and 33. RGB value is (192,56,51). Sum of RGB (Red+Green+Blue) = 192+56+51=299 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.21% from 299); Green value is 56 (22.27% from 255 or 18.73% from 299); Blue value is 51 (20.31% from 255 or 17.06% from 299); Max value from RGB is 192 - color contains mainly: red. Hex color #C03833 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03833 is #3FC7CC. Grayscale: #606060. Windows color (decimal): -4179917 or 3356864. OLE color: 3356864.

HSL color Cylindrical-coordinate representation of color #C03833: hue angle of 2.13º degrees, saturation: 0.58, 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 #C03833 is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 56 51 -
CMYK 0 0.71 0.73 0.25
HSL 2.13º 0.58% 0.48% -
HSV(B) 2.13º 0.73% 0.75% -
XYZ 23.75 14.27 4.64 -
YUV 96.09 102.56 196.41 -
System Red Green Blue C M Y K H S L
Decimal 192 56 51 0 0.71 0.73 0.25 2.13 0.58 0.48
Hex C0 38 33 0 47 49 19 2 3A 30
Octal 300 70 63 0 107 111 31 2 72 60
Binary 11000000 111000 110011 0 1000111 1001001 11001 10 111010 110000

Color Harmonies of #C03833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03833

Black with #C03833

Text Example


Text Example

White with #C03833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03833; }

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

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

background-color css

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

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

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

border-color css

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

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

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