Html Css Color HEX #CE3423 Harley Davidson Orange

📋 copy color: '#CE3423'

red 206 ◦ green 52 ◦ blue 35

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

Shades of Harley Davidson Orange #CE3423

Tints of Harley Davidson Orange #CE3423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.95%

R = 70.31%
G = 17.75%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE3423 (or 0xCE3423) is known color: Harley Davidson Orange. HEX triplet: CE, 34 and 23. RGB value is (206,52,35). Sum of RGB (Red+Green+Blue) = 206+52+35=293 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.31% from 293); Green value is 52 (20.70% from 255 or 17.75% from 293); Blue value is 35 (14.06% from 255 or 11.95% from 293); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3423 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3423 is #31CBDC. Grayscale: #606060. Windows color (decimal): -3263453 or 2307278. OLE color: 2307278.

HSL color Cylindrical-coordinate representation of color #CE3423: hue angle of 5.96º degrees, saturation: 0.71, 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 #CE3423 is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 52 35 -
CMYK 0 0.75 0.83 0.19
HSL 5.96º 0.71% 0.47% -
HSV(B) 5.96º 0.83% 0.81% -
XYZ 26.98 15.7 3.2 -
YUV 96.11 93.52 206.38 -
System Red Green Blue C M Y K H S L
Decimal 206 52 35 0 0.75 0.83 0.19 5.96 0.71 0.47
Hex CE 34 23 0 4B 53 13 6 47 2F
Octal 316 64 43 0 113 123 23 6 107 57
Binary 11001110 110100 100011 0 1001011 1010011 10011 110 1000111 101111

Color Harmonies of #CE3423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3423

Black with #CE3423

Text Example


Text Example

White with #CE3423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3423; }

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

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

background-color css

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

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

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

border-color css

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

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

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