Html Css Color HEX #C33618 Harley Davidson Orange

📋 copy color: '#C33618'

red 195 ◦ green 54 ◦ blue 24

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

Shades of Harley Davidson Orange #C33618

Tints of Harley Davidson Orange #C33618

RGB

 RED value IS 195 (76.56% from 255) = 71.43%

 GREEN value IS 54 (21.48% from 255) = 19.78%

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

R = 71.43%
G = 19.78%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C33618 (or 0xC33618) is known color: Harley Davidson Orange. HEX triplet: C3, 36 and 18. RGB value is (195,54,24). Sum of RGB (Red+Green+Blue) = 195+54+24=273 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.43% from 273); Green value is 54 (21.48% from 255 or 19.78% from 273); Blue value is 24 (9.77% from 255 or 8.79% from 273); Max value from RGB is 195 - color contains mainly: red. Hex color #C33618 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33618 is #3CC9E7. Grayscale: #5D5D5D. Windows color (decimal): -3983848 or 1586883. OLE color: 1586883.

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

Color convert

RGB 195 54 24 -
CMYK 0 0.72 0.88 0.24
HSL 10.53º 0.78% 0.43% -
HSV(B) 10.53º 0.88% 0.76% -
XYZ 23.99 14.31 2.36 -
YUV 92.74 89.21 200.94 -
System Red Green Blue C M Y K H S L
Decimal 195 54 24 0 0.72 0.88 0.24 10.53 0.78 0.43
Hex C3 36 18 0 48 58 18 B 4E 2B
Octal 303 66 30 0 110 130 30 13 116 53
Binary 11000011 110110 11000 0 1001000 1011000 11000 1011 1001110 101011

Color Harmonies of #C33618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33618

Black with #C33618

Text Example


Text Example

White with #C33618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33618; }

 p { color: rgb(195,54,24); }

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

background-color css

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

 a { background-color: rgb(195,54,24); }

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

border-color css

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

 span { border-color: rgb(195,54,24); }

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