Html Css Color HEX #C33A0F Harley Davidson Orange

📋 copy color: '#C33A0F'

red 195 ◦ green 58 ◦ blue 15

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

Shades of Harley Davidson Orange #C33A0F

Tints of Harley Davidson Orange #C33A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.6%

R = 72.76%
G = 21.64%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C33A0F (or 0xC33A0F) is known color: Harley Davidson Orange. HEX triplet: C3, 3A and 0F. RGB value is (195,58,15). Sum of RGB (Red+Green+Blue) = 195+58+15=268 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.76% from 268); Green value is 58 (23.05% from 255 or 21.64% from 268); Blue value is 15 (6.25% from 255 or 5.60% from 268); Max value from RGB is 195 - color contains mainly: red. Hex color #C33A0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33A0F is #3CC5F0. Grayscale: #5E5E5E. Windows color (decimal): -3982833 or 998083. OLE color: 998083.

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

Color convert

RGB 195 58 15 -
CMYK 0 0.70 0.92 0.24
HSL 14.33º 0.86% 0.41% -
HSV(B) 14.33º 0.92% 0.76% -
XYZ 24.1 14.66 2.01 -
YUV 94.06 83.39 200 -
System Red Green Blue C M Y K H S L
Decimal 195 58 15 0 0.70 0.92 0.24 14.33 0.86 0.41
Hex C3 3A F 0 46 5C 18 E 56 29
Octal 303 72 17 0 106 134 30 16 126 51
Binary 11000011 111010 1111 0 1000110 1011100 11000 1110 1010110 101001

Color Harmonies of #C33A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33A0F

Black with #C33A0F

Text Example


Text Example

White with #C33A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33A0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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