Html Css Color HEX #C83714 Harley Davidson Orange

📋 copy color: '#C83714'

red 200 ◦ green 55 ◦ blue 20

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

Shades of Harley Davidson Orange #C83714

Tints of Harley Davidson Orange #C83714

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20%

 BLUE value IS 20 (8.2% from 255) = 7.27%

R = 72.73%
G = 20%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.9

 K value IS 0.22

RGB Variations

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

Color information

#C83714 (or 0xC83714) is known color: Harley Davidson Orange. HEX triplet: C8, 37 and 14. RGB value is (200,55,20). Sum of RGB (Red+Green+Blue) = 200+55+20=275 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.73% from 275); Green value is 55 (21.88% from 255 or 20% from 275); Blue value is 20 (8.20% from 255 or 7.27% from 275); Max value from RGB is 200 - color contains mainly: red. Hex color #C83714 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83714 is #37C8EB. Grayscale: #5E5E5E. Windows color (decimal): -3655916 or 1325000. OLE color: 1325000.

HSL color Cylindrical-coordinate representation of color #C83714: hue angle of 11.67º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C83714 is Cyan = 0, Magento = 0.72, Yellow = 0.9 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 55 20 -
CMYK 0 0.72 0.9 0.22
HSL 11.67º 0.82% 0.43% -
HSV(B) 11.67º 0.9% 0.78% -
XYZ 25.31 15.06 2.24 -
YUV 94.37 86.04 203.35 -
System Red Green Blue C M Y K H S L
Decimal 200 55 20 0 0.72 0.9 0.22 11.67 0.82 0.43
Hex C8 37 14 0 48 5A 16 C 52 2B
Octal 310 67 24 0 110 132 26 14 122 53
Binary 11001000 110111 10100 0 1001000 1011010 10110 1100 1010010 101011

Color Harmonies of #C83714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83714

Black with #C83714

Text Example


Text Example

White with #C83714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83714; }

 p { color: rgb(200,55,20); }

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

background-color css

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

 a { background-color: rgb(200,55,20); }

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

border-color css

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

 span { border-color: rgb(200,55,20); }

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