Html Css Color HEX #C33302 Harley Davidson Orange

📋 copy color: '#C33302'

red 195 ◦ green 51 ◦ blue 2

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

Shades of Harley Davidson Orange #C33302

Tints of Harley Davidson Orange #C33302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.81%

R = 78.63%
G = 20.56%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C33302 (or 0xC33302) is known color: Harley Davidson Orange. HEX triplet: C3, 33 and 02. RGB value is (195,51,2). Sum of RGB (Red+Green+Blue) = 195+51+2=248 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.63% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 195 - color contains mainly: red. Hex color #C33302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33302 is #3CCCFD. Grayscale: #585858. Windows color (decimal): -3984638 or 144323. OLE color: 144323.

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

Color convert

RGB 195 51 2 -
CMYK 0 0.74 0.99 0.24
HSL 15.23º 0.98% 0.39% -
HSV(B) 15.23º 0.99% 0.76% -
XYZ 23.7 13.97 1.51 -
YUV 88.47 79.21 203.98 -
System Red Green Blue C M Y K H S L
Decimal 195 51 2 0 0.74 0.99 0.24 15.23 0.98 0.39
Hex C3 33 2 0 4A 63 18 F 62 27
Octal 303 63 2 0 112 143 30 17 142 47
Binary 11000011 110011 10 0 1001010 1100011 11000 1111 1100010 100111

Color Harmonies of #C33302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33302

Black with #C33302

Text Example


Text Example

White with #C33302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33302; }

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

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

background-color css

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

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

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

border-color css

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

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

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