Html Css Color HEX #C33814 Harley Davidson Orange

📋 copy color: '#C33814'

red 195 ◦ green 56 ◦ blue 20

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

Shades of Harley Davidson Orange #C33814

Tints of Harley Davidson Orange #C33814

RGB

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

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

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

R = 71.96%
G = 20.66%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C33814 (or 0xC33814) is known color: Harley Davidson Orange. HEX triplet: C3, 38 and 14. RGB value is (195,56,20). Sum of RGB (Red+Green+Blue) = 195+56+20=271 (35% of max value = 765). Red value is 195 (76.56% from 255 or 71.96% from 271); Green value is 56 (22.27% from 255 or 20.66% from 271); Blue value is 20 (8.20% from 255 or 7.38% from 271); Max value from RGB is 195 - color contains mainly: red. Hex color #C33814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33814 is #3CC7EB. Grayscale: #5D5D5D. Windows color (decimal): -3983340 or 1325251. OLE color: 1325251.

HSL color Cylindrical-coordinate representation of color #C33814: hue angle of 12.34º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C33814 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 56 20 -
CMYK 0 0.71 0.90 0.24
HSL 12.34º 0.81% 0.42% -
HSV(B) 12.34º 0.9% 0.76% -
XYZ 24.05 14.48 2.19 -
YUV 93.46 86.55 200.43 -
System Red Green Blue C M Y K H S L
Decimal 195 56 20 0 0.71 0.90 0.24 12.34 0.81 0.42
Hex C3 38 14 0 47 5A 18 C 51 2A
Octal 303 70 24 0 107 132 30 14 121 52
Binary 11000011 111000 10100 0 1000111 1011010 11000 1100 1010001 101010

Color Harmonies of #C33814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33814

Black with #C33814

Text Example


Text Example

White with #C33814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33814; }

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

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

background-color css

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

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

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

border-color css

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

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

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