Html Css Color HEX #CF3421 Harley Davidson Orange

📋 copy color: '#CF3421'

red 207 ◦ green 52 ◦ blue 33

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

Shades of Harley Davidson Orange #CF3421

Tints of Harley Davidson Orange #CF3421

RGB

 RED value IS 207 (81.25% from 255) = 70.89%

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

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

R = 70.89%
G = 17.81%
B = 11.3%

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

#CF3421 (or 0xCF3421) is known color: Harley Davidson Orange. HEX triplet: CF, 34 and 21. RGB value is (207,52,33). Sum of RGB (Red+Green+Blue) = 207+52+33=292 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.89% from 292); Green value is 52 (20.70% from 255 or 17.81% from 292); Blue value is 33 (13.28% from 255 or 11.30% from 292); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3421 is #30CBDE. Grayscale: #606060. Windows color (decimal): -3197919 or 2176207. OLE color: 2176207.

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

Color convert

RGB 207 52 33 -
CMYK 0 0.75 0.84 0.19
HSL 6.55º 0.73% 0.47% -
HSV(B) 6.55º 0.84% 0.81% -
XYZ 27.23 15.83 3.06 -
YUV 96.18 92.35 207.04 -
System Red Green Blue C M Y K H S L
Decimal 207 52 33 0 0.75 0.84 0.19 6.55 0.73 0.47
Hex CF 34 21 0 4B 54 13 7 48 2F
Octal 317 64 41 0 113 124 23 7 110 57
Binary 11001111 110100 100001 0 1001011 1010100 10011 111 1001000 101111

Color Harmonies of #CF3421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3421

Black with #CF3421

Text Example


Text Example

White with #CF3421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3421; }

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

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

background-color css

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

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

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

border-color css

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

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

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