Html Css Color HEX #C84315 Harley Davidson Orange

📋 copy color: '#C84315'

red 200 ◦ green 67 ◦ blue 21

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

Shades of Harley Davidson Orange #C84315

Tints of Harley Davidson Orange #C84315

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.26%

 BLUE value IS 21 (8.59% from 255) = 7.29%

R = 69.44%
G = 23.26%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C84315 (or 0xC84315) is known color: Harley Davidson Orange. HEX triplet: C8, 43 and 15. RGB value is (200,67,21). Sum of RGB (Red+Green+Blue) = 200+67+21=288 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.44% from 288); Green value is 67 (26.56% from 255 or 23.26% from 288); Blue value is 21 (8.59% from 255 or 7.29% from 288); Max value from RGB is 200 - color contains mainly: red. Hex color #C84315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84315 is #37BCEA. Grayscale: #656565. Windows color (decimal): -3652843 or 1393608. OLE color: 1393608.

HSL color Cylindrical-coordinate representation of color #C84315: hue angle of 15.42º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C84315 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 67 21 -
CMYK 0 0.66 0.90 0.22
HSL 15.42º 0.81% 0.43% -
HSV(B) 15.42º 0.9% 0.78% -
XYZ 25.96 16.35 2.5 -
YUV 101.52 82.56 198.24 -
System Red Green Blue C M Y K H S L
Decimal 200 67 21 0 0.66 0.90 0.22 15.42 0.81 0.43
Hex C8 43 15 0 42 5A 16 F 51 2B
Octal 310 103 25 0 102 132 26 17 121 53
Binary 11001000 1000011 10101 0 1000010 1011010 10110 1111 1010001 101011

Color Harmonies of #C84315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84315

Black with #C84315

Text Example


Text Example

White with #C84315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84315; }

 p { color: rgb(200,67,21); }

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

background-color css

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

 a { background-color: rgb(200,67,21); }

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

border-color css

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

 span { border-color: rgb(200,67,21); }

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