Html Css Color HEX #CE370A Harley Davidson Orange

📋 copy color: '#CE370A'

red 206 ◦ green 55 ◦ blue 10

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

Shades of Harley Davidson Orange #CE370A

Tints of Harley Davidson Orange #CE370A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.3%

 BLUE value IS 10 (4.3% from 255) = 3.69%

R = 76.01%
G = 20.3%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CE370A (or 0xCE370A) is known color: Harley Davidson Orange. HEX triplet: CE, 37 and 0A. RGB value is (206,55,10). Sum of RGB (Red+Green+Blue) = 206+55+10=271 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.01% from 271); Green value is 55 (21.88% from 255 or 20.30% from 271); Blue value is 10 (4.30% from 255 or 3.69% from 271); Max value from RGB is 206 - color contains mainly: red. Hex color #CE370A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE370A is #31C8F5. Grayscale: #5F5F5F. Windows color (decimal): -3262710 or 669646. OLE color: 669646.

HSL color Cylindrical-coordinate representation of color #CE370A: hue angle of 13.78º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE370A is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 55 10 -
CMYK 0 0.73 0.95 0.19
HSL 13.78º 0.91% 0.42% -
HSV(B) 13.78º 0.95% 0.81% -
XYZ 26.87 15.88 1.94 -
YUV 95.02 80.03 207.16 -
System Red Green Blue C M Y K H S L
Decimal 206 55 10 0 0.73 0.95 0.19 13.78 0.91 0.42
Hex CE 37 A 0 49 5F 13 E 5B 2A
Octal 316 67 12 0 111 137 23 16 133 52
Binary 11001110 110111 1010 0 1001001 1011111 10011 1110 1011011 101010

Color Harmonies of #CE370A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE370A

Black with #CE370A

Text Example


Text Example

White with #CE370A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE370A; }

 p { color: rgb(206,55,10); }

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

background-color css

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

 a { background-color: rgb(206,55,10); }

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

border-color css

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

 span { border-color: rgb(206,55,10); }

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