Html Css Color HEX #C33813 Harley Davidson Orange

📋 copy color: '#C33813'

red 195 ◦ green 56 ◦ blue 19

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

Shades of Harley Davidson Orange #C33813

Tints of Harley Davidson Orange #C33813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.04%

R = 72.22%
G = 20.74%
B = 7.04%

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

#C33813 (or 0xC33813) is known color: Harley Davidson Orange. HEX triplet: C3, 38 and 13. RGB value is (195,56,19). Sum of RGB (Red+Green+Blue) = 195+56+19=270 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.22% from 270); Green value is 56 (22.27% from 255 or 20.74% from 270); Blue value is 19 (7.81% from 255 or 7.04% from 270); Max value from RGB is 195 - color contains mainly: red. Hex color #C33813 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33813 is #3CC7EC. Grayscale: #5D5D5D. Windows color (decimal): -3983341 or 1259715. OLE color: 1259715.

HSL color Cylindrical-coordinate representation of color #C33813: hue angle of 12.61º degrees, saturation: 0.82, 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 #C33813 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 56 19 -
CMYK 0 0.71 0.90 0.24
HSL 12.61º 0.82% 0.42% -
HSV(B) 12.61º 0.9% 0.76% -
XYZ 24.04 14.48 2.14 -
YUV 93.34 86.05 200.51 -
System Red Green Blue C M Y K H S L
Decimal 195 56 19 0 0.71 0.90 0.24 12.61 0.82 0.42
Hex C3 38 13 0 47 5A 18 D 52 2A
Octal 303 70 23 0 107 132 30 15 122 52
Binary 11000011 111000 10011 0 1000111 1011010 11000 1101 1010010 101010

Color Harmonies of #C33813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33813

Black with #C33813

Text Example


Text Example

White with #C33813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33813; }

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

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

background-color css

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

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

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

border-color css

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

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

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