Html Css Color HEX #C83310 Harley Davidson Orange

📋 copy color: '#C83310'

red 200 ◦ green 51 ◦ blue 16

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

Shades of Harley Davidson Orange #C83310

Tints of Harley Davidson Orange #C83310

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.1%

 BLUE value IS 16 (6.64% from 255) = 5.99%

R = 74.91%
G = 19.1%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C83310 (or 0xC83310) is known color: Harley Davidson Orange. HEX triplet: C8, 33 and 10. RGB value is (200,51,16). Sum of RGB (Red+Green+Blue) = 200+51+16=267 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.91% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 200 - color contains mainly: red. Hex color #C83310 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83310 is #37CCEF. Grayscale: #5B5B5B. Windows color (decimal): -3656944 or 1061832. OLE color: 1061832.

HSL color Cylindrical-coordinate representation of color #C83310: hue angle of 11.41º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C83310 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 51 16 -
CMYK 0 0.74 0.92 0.22
HSL 11.41º 0.85% 0.42% -
HSV(B) 11.41º 0.92% 0.78% -
XYZ 25.1 14.68 2 -
YUV 91.56 85.36 205.35 -
System Red Green Blue C M Y K H S L
Decimal 200 51 16 0 0.74 0.92 0.22 11.41 0.85 0.42
Hex C8 33 10 0 4A 5C 16 B 55 2A
Octal 310 63 20 0 112 134 26 13 125 52
Binary 11001000 110011 10000 0 1001010 1011100 10110 1011 1010101 101010

Color Harmonies of #C83310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83310

Black with #C83310

Text Example


Text Example

White with #C83310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83310; }

 p { color: rgb(200,51,16); }

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

background-color css

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

 a { background-color: rgb(200,51,16); }

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

border-color css

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

 span { border-color: rgb(200,51,16); }

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