Html Css Color HEX #C94318 Harley Davidson Orange

📋 copy color: '#C94318'

red 201 ◦ green 67 ◦ blue 24

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

Shades of Harley Davidson Orange #C94318

Tints of Harley Davidson Orange #C94318

RGB

 RED value IS 201 (78.91% from 255) = 68.84%

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

 BLUE value IS 24 (9.77% from 255) = 8.22%

R = 68.84%
G = 22.95%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C94318 (or 0xC94318) is known color: Harley Davidson Orange. HEX triplet: C9, 43 and 18. RGB value is (201,67,24). Sum of RGB (Red+Green+Blue) = 201+67+24=292 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.84% from 292); Green value is 67 (26.56% from 255 or 22.95% from 292); Blue value is 24 (9.77% from 255 or 8.22% from 292); Max value from RGB is 201 - color contains mainly: red. Hex color #C94318 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94318 is #36BCE7. Grayscale: #666666. Windows color (decimal): -3587304 or 1590217. OLE color: 1590217.

HSL color Cylindrical-coordinate representation of color #C94318: hue angle of 14.58º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C94318 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 67 24 -
CMYK 0 0.67 0.88 0.21
HSL 14.58º 0.79% 0.44% -
HSV(B) 14.58º 0.88% 0.79% -
XYZ 26.26 16.5 2.66 -
YUV 102.16 83.89 198.5 -
System Red Green Blue C M Y K H S L
Decimal 201 67 24 0 0.67 0.88 0.21 14.58 0.79 0.44
Hex C9 43 18 0 43 58 15 F 4F 2C
Octal 311 103 30 0 103 130 25 17 117 54
Binary 11001001 1000011 11000 0 1000011 1011000 10101 1111 1001111 101100

Color Harmonies of #C94318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94318

Black with #C94318

Text Example


Text Example

White with #C94318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94318; }

 p { color: rgb(201,67,24); }

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

background-color css

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

 a { background-color: rgb(201,67,24); }

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

border-color css

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

 span { border-color: rgb(201,67,24); }

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