Html Css Color HEX #C83414 Harley Davidson Orange

📋 copy color: '#C83414'

red 200 ◦ green 52 ◦ blue 20

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

Shades of Harley Davidson Orange #C83414

Tints of Harley Davidson Orange #C83414

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.12%

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

R = 73.53%
G = 19.12%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.9

 K value IS 0.22

RGB Variations

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

Color information

#C83414 (or 0xC83414) is known color: Harley Davidson Orange. HEX triplet: C8, 34 and 14. RGB value is (200,52,20). Sum of RGB (Red+Green+Blue) = 200+52+20=272 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.53% from 272); Green value is 52 (20.70% from 255 or 19.12% from 272); Blue value is 20 (8.20% from 255 or 7.35% from 272); Max value from RGB is 200 - color contains mainly: red. Hex color #C83414 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83414 is #37CBEB. Grayscale: #5C5C5C. Windows color (decimal): -3656684 or 1324232. OLE color: 1324232.

HSL color Cylindrical-coordinate representation of color #C83414: hue angle of 10.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 #C83414 is Cyan = 0, Magento = 0.74, Yellow = 0.9 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 52 20 -
CMYK 0 0.74 0.9 0.22
HSL 10.67º 0.82% 0.43% -
HSV(B) 10.67º 0.9% 0.78% -
XYZ 25.17 14.79 2.19 -
YUV 92.6 87.03 204.6 -
System Red Green Blue C M Y K H S L
Decimal 200 52 20 0 0.74 0.9 0.22 10.67 0.82 0.43
Hex C8 34 14 0 4A 5A 16 B 52 2B
Octal 310 64 24 0 112 132 26 13 122 53
Binary 11001000 110100 10100 0 1001010 1011010 10110 1011 1010010 101011

Color Harmonies of #C83414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83414

Black with #C83414

Text Example


Text Example

White with #C83414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83414; }

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

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

background-color css

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

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

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

border-color css

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

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

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