Html Css Color HEX #C03827 Persian Red

📋 copy color: '#C03827'

red 192 ◦ green 56 ◦ blue 39

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

Shades of Persian Red #C03827

Tints of Persian Red #C03827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.59%

R = 66.9%
G = 19.51%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C03827 (or 0xC03827) is known color: Persian Red. HEX triplet: C0, 38 and 27. RGB value is (192,56,39). Sum of RGB (Red+Green+Blue) = 192+56+39=287 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.90% from 287); Green value is 56 (22.27% from 255 or 19.51% from 287); Blue value is 39 (15.62% from 255 or 13.59% from 287); Max value from RGB is 192 - color contains mainly: red. Hex color #C03827 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03827 is #3FC7D8. Grayscale: #5E5E5E. Windows color (decimal): -4179929 or 2570432. OLE color: 2570432.

HSL color Cylindrical-coordinate representation of color #C03827: hue angle of 6.67º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C03827 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 56 39 -
CMYK 0 0.71 0.80 0.25
HSL 6.67º 0.66% 0.45% -
HSV(B) 6.67º 0.8% 0.75% -
XYZ 23.52 14.18 3.42 -
YUV 94.73 96.56 197.38 -
System Red Green Blue C M Y K H S L
Decimal 192 56 39 0 0.71 0.80 0.25 6.67 0.66 0.45
Hex C0 38 27 0 47 50 19 7 42 2D
Octal 300 70 47 0 107 120 31 7 102 55
Binary 11000000 111000 100111 0 1000111 1010000 11001 111 1000010 101101

Color Harmonies of #C03827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03827

Black with #C03827

Text Example


Text Example

White with #C03827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03827; }

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

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

background-color css

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

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

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

border-color css

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

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

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