Html Css Color HEX #C33303 Harley Davidson Orange

📋 copy color: '#C33303'

red 195 ◦ green 51 ◦ blue 3

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

Shades of Harley Davidson Orange #C33303

Tints of Harley Davidson Orange #C33303

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.48%

 BLUE value IS 3 (1.56% from 255) = 1.2%

R = 78.31%
G = 20.48%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C33303 (or 0xC33303) is known color: Harley Davidson Orange. HEX triplet: C3, 33 and 03. RGB value is (195,51,3). Sum of RGB (Red+Green+Blue) = 195+51+3=249 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.31% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 3 (1.56% from 255 or 1.20% from 249); Max value from RGB is 195 - color contains mainly: red. Hex color #C33303 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33303 is #3CCCFC. Grayscale: #585858. Windows color (decimal): -3984637 or 209859. OLE color: 209859.

HSL color Cylindrical-coordinate representation of color #C33303: hue angle of 15º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C33303 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 51 3 -
CMYK 0 0.74 0.98 0.24
HSL 15º 0.97% 0.39% -
HSV(B) 15º 0.98% 0.76% -
XYZ 23.71 13.98 1.53 -
YUV 88.58 79.71 203.9 -
System Red Green Blue C M Y K H S L
Decimal 195 51 3 0 0.74 0.98 0.24 15 0.97 0.39
Hex C3 33 3 0 4A 62 18 F 61 27
Octal 303 63 3 0 112 142 30 17 141 47
Binary 11000011 110011 11 0 1001010 1100010 11000 1111 1100001 100111

Color Harmonies of #C33303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33303

Black with #C33303

Text Example


Text Example

White with #C33303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33303; }

 p { color: rgb(195,51,3); }

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

background-color css

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

 a { background-color: rgb(195,51,3); }

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

border-color css

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

 span { border-color: rgb(195,51,3); }

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