Html Css Color HEX #C33A24 Harley Davidson Orange

📋 copy color: '#C33A24'

red 195 ◦ green 58 ◦ blue 36

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

Shades of Harley Davidson Orange #C33A24

Tints of Harley Davidson Orange #C33A24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.46%

R = 67.47%
G = 20.07%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C33A24 (or 0xC33A24) is known color: Harley Davidson Orange. HEX triplet: C3, 3A and 24. RGB value is (195,58,36). Sum of RGB (Red+Green+Blue) = 195+58+36=289 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.47% from 289); Green value is 58 (23.05% from 255 or 20.07% from 289); Blue value is 36 (14.45% from 255 or 12.46% from 289); Max value from RGB is 195 - color contains mainly: red. Hex color #C33A24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33A24 is #3CC5DB. Grayscale: #606060. Windows color (decimal): -3982812 or 2374339. OLE color: 2374339.

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

Color convert

RGB 195 58 36 -
CMYK 0 0.70 0.82 0.24
HSL 8.3º 0.69% 0.45% -
HSV(B) 8.3º 0.82% 0.76% -
XYZ 24.34 14.76 3.23 -
YUV 96.46 93.89 198.29 -
System Red Green Blue C M Y K H S L
Decimal 195 58 36 0 0.70 0.82 0.24 8.3 0.69 0.45
Hex C3 3A 24 0 46 52 18 8 45 2D
Octal 303 72 44 0 106 122 30 10 105 55
Binary 11000011 111010 100100 0 1000110 1010010 11000 1000 1000101 101101

Color Harmonies of #C33A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33A24

Black with #C33A24

Text Example


Text Example

White with #C33A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33A24; }

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

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

background-color css

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

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

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

border-color css

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

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

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