Html Css Color HEX #C33816 Harley Davidson Orange

📋 copy color: '#C33816'

red 195 ◦ green 56 ◦ blue 22

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

Shades of Harley Davidson Orange #C33816

Tints of Harley Davidson Orange #C33816

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.51%

 BLUE value IS 22 (8.98% from 255) = 8.06%

R = 71.43%
G = 20.51%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C33816 (or 0xC33816) is known color: Harley Davidson Orange. HEX triplet: C3, 38 and 16. RGB value is (195,56,22). Sum of RGB (Red+Green+Blue) = 195+56+22=273 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.43% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 195 - color contains mainly: red. Hex color #C33816 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33816 is #3CC7E9. Grayscale: #5D5D5D. Windows color (decimal): -3983338 or 1456323. OLE color: 1456323.

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

Color convert

RGB 195 56 22 -
CMYK 0 0.71 0.89 0.24
HSL 11.79º 0.8% 0.43% -
HSV(B) 11.79º 0.89% 0.76% -
XYZ 24.06 14.49 2.29 -
YUV 93.69 87.55 200.26 -
System Red Green Blue C M Y K H S L
Decimal 195 56 22 0 0.71 0.89 0.24 11.79 0.8 0.43
Hex C3 38 16 0 47 59 18 C 50 2B
Octal 303 70 26 0 107 131 30 14 120 53
Binary 11000011 111000 10110 0 1000111 1011001 11000 1100 1010000 101011

Color Harmonies of #C33816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33816

Black with #C33816

Text Example


Text Example

White with #C33816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33816; }

 p { color: rgb(195,56,22); }

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

background-color css

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

 a { background-color: rgb(195,56,22); }

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

border-color css

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

 span { border-color: rgb(195,56,22); }

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