Html Css Color HEX #C83D0E Harley Davidson Orange

📋 copy color: '#C83D0E'

red 200 ◦ green 61 ◦ blue 14

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

Shades of Harley Davidson Orange #C83D0E

Tints of Harley Davidson Orange #C83D0E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.18%

 BLUE value IS 14 (5.86% from 255) = 5.09%

R = 72.73%
G = 22.18%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C83D0E (or 0xC83D0E) is known color: Harley Davidson Orange. HEX triplet: C8, 3D and 0E. RGB value is (200,61,14). Sum of RGB (Red+Green+Blue) = 200+61+14=275 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.73% from 275); Green value is 61 (24.22% from 255 or 22.18% from 275); Blue value is 14 (5.86% from 255 or 5.09% from 275); Max value from RGB is 200 - color contains mainly: red. Hex color #C83D0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83D0E is #37C2F1. Grayscale: #616161. Windows color (decimal): -3654386 or 933320. OLE color: 933320.

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

Color convert

RGB 200 61 14 -
CMYK 0 0.69 0.93 0.22
HSL 15.16º 0.87% 0.42% -
HSV(B) 15.16º 0.93% 0.78% -
XYZ 25.57 15.65 2.09 -
YUV 97.2 81.05 201.32 -
System Red Green Blue C M Y K H S L
Decimal 200 61 14 0 0.69 0.93 0.22 15.16 0.87 0.42
Hex C8 3D E 0 45 5D 16 F 57 2A
Octal 310 75 16 0 105 135 26 17 127 52
Binary 11001000 111101 1110 0 1000101 1011101 10110 1111 1010111 101010

Color Harmonies of #C83D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83D0E

Black with #C83D0E

Text Example


Text Example

White with #C83D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83D0E; }

 p { color: rgb(200,61,14); }

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

background-color css

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

 a { background-color: rgb(200,61,14); }

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

border-color css

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

 span { border-color: rgb(200,61,14); }

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