Html Css Color HEX #CE3A22 Harley Davidson Orange

📋 copy color: '#CE3A22'

red 206 ◦ green 58 ◦ blue 34

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

Shades of Harley Davidson Orange #CE3A22

Tints of Harley Davidson Orange #CE3A22

RGB

 RED value IS 206 (80.86% from 255) = 69.13%

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

 BLUE value IS 34 (13.67% from 255) = 11.41%

R = 69.13%
G = 19.46%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE3A22 (or 0xCE3A22) is known color: Harley Davidson Orange. HEX triplet: CE, 3A and 22. RGB value is (206,58,34). Sum of RGB (Red+Green+Blue) = 206+58+34=298 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.13% from 298); Green value is 58 (23.05% from 255 or 19.46% from 298); Blue value is 34 (13.67% from 255 or 11.41% from 298); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3A22 is #31C5DD. Grayscale: #636363. Windows color (decimal): -3261918 or 2243278. OLE color: 2243278.

HSL color Cylindrical-coordinate representation of color #CE3A22: hue angle of 8.37º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE3A22 is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 58 34 -
CMYK 0 0.72 0.83 0.19
HSL 8.37º 0.72% 0.47% -
HSV(B) 8.37º 0.83% 0.81% -
XYZ 27.26 16.26 3.22 -
YUV 99.52 91.03 203.95 -
System Red Green Blue C M Y K H S L
Decimal 206 58 34 0 0.72 0.83 0.19 8.37 0.72 0.47
Hex CE 3A 22 0 48 53 13 8 48 2F
Octal 316 72 42 0 110 123 23 10 110 57
Binary 11001110 111010 100010 0 1001000 1010011 10011 1000 1001000 101111

Color Harmonies of #CE3A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3A22

Black with #CE3A22

Text Example


Text Example

White with #CE3A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3A22; }

 p { color: rgb(206,58,34); }

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

background-color css

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

 a { background-color: rgb(206,58,34); }

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

border-color css

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

 span { border-color: rgb(206,58,34); }

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