Html Css Color HEX #C03626 Persian Red

📋 copy color: '#C03626'

red 192 ◦ green 54 ◦ blue 38

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

Shades of Persian Red #C03626

Tints of Persian Red #C03626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.38%

R = 67.61%
G = 19.01%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C03626 (or 0xC03626) is known color: Persian Red. HEX triplet: C0, 36 and 26. RGB value is (192,54,38). Sum of RGB (Red+Green+Blue) = 192+54+38=284 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.61% from 284); Green value is 54 (21.48% from 255 or 19.01% from 284); Blue value is 38 (15.23% from 255 or 13.38% from 284); Max value from RGB is 192 - color contains mainly: red. Hex color #C03626 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03626 is #3FC9D9. Grayscale: #5D5D5D. Windows color (decimal): -4180442 or 2504384. OLE color: 2504384.

HSL color Cylindrical-coordinate representation of color #C03626: hue angle of 6.23º degrees, saturation: 0.67, 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 #C03626 is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 54 38 -
CMYK 0 0.72 0.80 0.25
HSL 6.23º 0.67% 0.45% -
HSV(B) 6.23º 0.8% 0.75% -
XYZ 23.41 13.98 3.3 -
YUV 93.44 96.72 198.3 -
System Red Green Blue C M Y K H S L
Decimal 192 54 38 0 0.72 0.80 0.25 6.23 0.67 0.45
Hex C0 36 26 0 48 50 19 6 43 2D
Octal 300 66 46 0 110 120 31 6 103 55
Binary 11000000 110110 100110 0 1001000 1010000 11001 110 1000011 101101

Color Harmonies of #C03626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03626

Black with #C03626

Text Example


Text Example

White with #C03626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03626; }

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

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

background-color css

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

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

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

border-color css

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

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

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