Html Css Color HEX #C33A0C Harley Davidson Orange

📋 copy color: '#C33A0C'

red 195 ◦ green 58 ◦ blue 12

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

Shades of Harley Davidson Orange #C33A0C

Tints of Harley Davidson Orange #C33A0C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.89%

 BLUE value IS 12 (5.08% from 255) = 4.53%

R = 73.58%
G = 21.89%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C33A0C (or 0xC33A0C) is known color: Harley Davidson Orange. HEX triplet: C3, 3A and 0C. RGB value is (195,58,12). Sum of RGB (Red+Green+Blue) = 195+58+12=265 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.58% from 265); Green value is 58 (23.05% from 255 or 21.89% from 265); Blue value is 12 (5.08% from 255 or 4.53% from 265); Max value from RGB is 195 - color contains mainly: red. Hex color #C33A0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33A0C is #3CC5F3. Grayscale: #5E5E5E. Windows color (decimal): -3982836 or 801475. OLE color: 801475.

HSL color Cylindrical-coordinate representation of color #C33A0C: hue angle of 15.08º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C33A0C is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 58 12 -
CMYK 0 0.70 0.94 0.24
HSL 15.08º 0.88% 0.41% -
HSV(B) 15.08º 0.94% 0.76% -
XYZ 24.09 14.65 1.91 -
YUV 93.72 81.89 200.24 -
System Red Green Blue C M Y K H S L
Decimal 195 58 12 0 0.70 0.94 0.24 15.08 0.88 0.41
Hex C3 3A C 0 46 5E 18 F 58 29
Octal 303 72 14 0 106 136 30 17 130 51
Binary 11000011 111010 1100 0 1000110 1011110 11000 1111 1011000 101001

Color Harmonies of #C33A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33A0C

Black with #C33A0C

Text Example


Text Example

White with #C33A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33A0C; }

 p { color: rgb(195,58,12); }

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

background-color css

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

 a { background-color: rgb(195,58,12); }

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

border-color css

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

 span { border-color: rgb(195,58,12); }

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