Html Css Color HEX #AF1327 Cardinal

📋 copy color: '#AF1327'

red 175 ◦ green 19 ◦ blue 39

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

Shades of Cardinal #AF1327

Tints of Cardinal #AF1327

RGB

 RED value IS 175 (68.75% from 255) = 75.11%

 GREEN value IS 19 (7.81% from 255) = 8.15%

 BLUE value IS 39 (15.63% from 255) = 16.74%

R = 75.11%
G = 8.15%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#AF1327 (or 0xAF1327) is known color: Cardinal. HEX triplet: AF, 13 and 27. RGB value is (175,19,39). Sum of RGB (Red+Green+Blue) = 175+19+39=233 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.11% from 233); Green value is 19 (7.81% from 255 or 8.15% from 233); Blue value is 39 (15.62% from 255 or 16.74% from 233); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1327 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1327 is #50ECD8. Grayscale: #444444. Windows color (decimal): -5303513 or 2560943. OLE color: 2560943.

HSL color Cylindrical-coordinate representation of color #AF1327: hue angle of 352.31º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF1327 is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 19 39 -
CMYK 0 0.89 0.78 0.31
HSL 352.31º 0.8% 0.38% -
HSV(B) 352.31º 0.89% 0.69% -
XYZ 18.28 9.73 2.83 -
YUV 67.92 111.68 204.37 -
System Red Green Blue C M Y K H S L
Decimal 175 19 39 0 0.89 0.78 0.31 352.31 0.8 0.38
Hex AF 13 27 0 59 4E 1F 160 50 26
Octal 257 23 47 0 131 116 37 540 120 46
Binary 10101111 10011 100111 0 1011001 1001110 11111 101100000 1010000 100110

Color Harmonies of #AF1327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1327

Black with #AF1327

Text Example


Text Example

White with #AF1327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1327; }

 p { color: rgb(175,19,39); }

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

background-color css

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

 a { background-color: rgb(175,19,39); }

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

border-color css

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

 span { border-color: rgb(175,19,39); }

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