Html Css Color HEX #CE3421 Harley Davidson Orange

📋 copy color: '#CE3421'

red 206 ◦ green 52 ◦ blue 33

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

Shades of Harley Davidson Orange #CE3421

Tints of Harley Davidson Orange #CE3421

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.87%

 BLUE value IS 33 (13.28% from 255) = 11.34%

R = 70.79%
G = 17.87%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CE3421 (or 0xCE3421) is known color: Harley Davidson Orange. HEX triplet: CE, 34 and 21. RGB value is (206,52,33). Sum of RGB (Red+Green+Blue) = 206+52+33=291 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.79% from 291); Green value is 52 (20.70% from 255 or 17.87% from 291); Blue value is 33 (13.28% from 255 or 11.34% from 291); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3421 is #31CBDE. Grayscale: #606060. Windows color (decimal): -3263455 or 2176206. OLE color: 2176206.

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

Color convert

RGB 206 52 33 -
CMYK 0 0.75 0.84 0.19
HSL 6.59º 0.72% 0.47% -
HSV(B) 6.59º 0.84% 0.81% -
XYZ 26.96 15.69 3.05 -
YUV 95.88 92.52 206.54 -
System Red Green Blue C M Y K H S L
Decimal 206 52 33 0 0.75 0.84 0.19 6.59 0.72 0.47
Hex CE 34 21 0 4B 54 13 7 48 2F
Octal 316 64 41 0 113 124 23 7 110 57
Binary 11001110 110100 100001 0 1001011 1010100 10011 111 1001000 101111

Color Harmonies of #CE3421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3421

Black with #CE3421

Text Example


Text Example

White with #CE3421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3421; }

 p { color: rgb(206,52,33); }

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

background-color css

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

 a { background-color: rgb(206,52,33); }

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

border-color css

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

 span { border-color: rgb(206,52,33); }

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