Html Css Color HEX #C33413 Harley Davidson Orange

📋 copy color: '#C33413'

red 195 ◦ green 52 ◦ blue 19

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

Shades of Harley Davidson Orange #C33413

Tints of Harley Davidson Orange #C33413

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.55%

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

R = 73.31%
G = 19.55%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C33413 (or 0xC33413) is known color: Harley Davidson Orange. HEX triplet: C3, 34 and 13. RGB value is (195,52,19). Sum of RGB (Red+Green+Blue) = 195+52+19=266 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.31% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 19 (7.81% from 255 or 7.14% from 266); Max value from RGB is 195 - color contains mainly: red. Hex color #C33413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33413 is #3CCBEC. Grayscale: #5B5B5B. Windows color (decimal): -3984365 or 1258691. OLE color: 1258691.

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

Color convert

RGB 195 52 19 -
CMYK 0 0.73 0.90 0.24
HSL 11.25º 0.82% 0.42% -
HSV(B) 11.25º 0.9% 0.76% -
XYZ 23.85 14.11 2.08 -
YUV 91 87.38 202.18 -
System Red Green Blue C M Y K H S L
Decimal 195 52 19 0 0.73 0.90 0.24 11.25 0.82 0.42
Hex C3 34 13 0 49 5A 18 B 52 2A
Octal 303 64 23 0 111 132 30 13 122 52
Binary 11000011 110100 10011 0 1001001 1011010 11000 1011 1010010 101010

Color Harmonies of #C33413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33413

Black with #C33413

Text Example


Text Example

White with #C33413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33413; }

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

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

background-color css

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

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

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

border-color css

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

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

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