Html Css Color HEX #C83118 Harley Davidson Orange

📋 copy color: '#C83118'

red 200 ◦ green 49 ◦ blue 24

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

Shades of Harley Davidson Orange #C83118

Tints of Harley Davidson Orange #C83118

RGB

 RED value IS 200 (78.52% from 255) = 73.26%

 GREEN value IS 49 (19.53% from 255) = 17.95%

 BLUE value IS 24 (9.77% from 255) = 8.79%

R = 73.26%
G = 17.95%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C83118 (or 0xC83118) is known color: Harley Davidson Orange. HEX triplet: C8, 31 and 18. RGB value is (200,49,24). Sum of RGB (Red+Green+Blue) = 200+49+24=273 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.26% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 24 (9.77% from 255 or 8.79% from 273); Max value from RGB is 200 - color contains mainly: red. Hex color #C83118 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83118 is #37CEE7. Grayscale: #5B5B5B. Windows color (decimal): -3657448 or 1585608. OLE color: 1585608.

HSL color Cylindrical-coordinate representation of color #C83118: hue angle of 8.52º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C83118 is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 49 24 -
CMYK 0 0.76 0.88 0.22
HSL 8.52º 0.79% 0.44% -
HSV(B) 8.52º 0.88% 0.78% -
XYZ 25.08 14.54 2.35 -
YUV 91.3 90.03 205.53 -
System Red Green Blue C M Y K H S L
Decimal 200 49 24 0 0.76 0.88 0.22 8.52 0.79 0.44
Hex C8 31 18 0 4C 58 16 9 4F 2C
Octal 310 61 30 0 114 130 26 11 117 54
Binary 11001000 110001 11000 0 1001100 1011000 10110 1001 1001111 101100

Color Harmonies of #C83118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83118

Black with #C83118

Text Example


Text Example

White with #C83118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83118; }

 p { color: rgb(200,49,24); }

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

background-color css

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

 a { background-color: rgb(200,49,24); }

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

border-color css

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

 span { border-color: rgb(200,49,24); }

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