Html Css Color HEX #CA381C Harley Davidson Orange

📋 copy color: '#CA381C'

red 202 ◦ green 56 ◦ blue 28

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

Shades of Harley Davidson Orange #CA381C

Tints of Harley Davidson Orange #CA381C

RGB

 RED value IS 202 (79.3% from 255) = 70.63%

 GREEN value IS 56 (22.27% from 255) = 19.58%

 BLUE value IS 28 (11.33% from 255) = 9.79%

R = 70.63%
G = 19.58%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#CA381C (or 0xCA381C) is known color: Harley Davidson Orange. HEX triplet: CA, 38 and 1C. RGB value is (202,56,28). Sum of RGB (Red+Green+Blue) = 202+56+28=286 (37% of max value = 765). Red value is 202 (79.30% from 255 or 70.63% from 286); Green value is 56 (22.27% from 255 or 19.58% from 286); Blue value is 28 (11.33% from 255 or 9.79% from 286); Max value from RGB is 202 - color contains mainly: red. Hex color #CA381C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA381C is #35C7E3. Grayscale: #606060. Windows color (decimal): -3524580 or 1849546. OLE color: 1849546.

HSL color Cylindrical-coordinate representation of color #CA381C: hue angle of 9.66º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA381C is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 56 28 -
CMYK 0 0.72 0.86 0.21
HSL 9.66º 0.76% 0.45% -
HSV(B) 9.66º 0.86% 0.79% -
XYZ 25.98 15.47 2.72 -
YUV 96.46 89.37 203.28 -
System Red Green Blue C M Y K H S L
Decimal 202 56 28 0 0.72 0.86 0.21 9.66 0.76 0.45
Hex CA 38 1C 0 48 56 15 A 4C 2D
Octal 312 70 34 0 110 126 25 12 114 55
Binary 11001010 111000 11100 0 1001000 1010110 10101 1010 1001100 101101

Color Harmonies of #CA381C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA381C

Black with #CA381C

Text Example


Text Example

White with #CA381C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA381C; }

 p { color: rgb(202,56,28); }

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

background-color css

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

 a { background-color: rgb(202,56,28); }

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

border-color css

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

 span { border-color: rgb(202,56,28); }

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