Html Css Color HEX #AF1426 Cardinal

📋 copy color: '#AF1426'

red 175 ◦ green 20 ◦ blue 38

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

Shades of Cardinal #AF1426

Tints of Cardinal #AF1426

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.58%

 BLUE value IS 38 (15.23% from 255) = 16.31%

R = 75.11%
G = 8.58%
B = 16.31%

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

#AF1426 (or 0xAF1426) is known color: Cardinal. HEX triplet: AF, 14 and 26. RGB value is (175,20,38). Sum of RGB (Red+Green+Blue) = 175+20+38=233 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.11% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 38 (15.23% from 255 or 16.31% from 233); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1426 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1426 is #50EBD9. Grayscale: #444444. Windows color (decimal): -5303258 or 2495663. OLE color: 2495663.

HSL color Cylindrical-coordinate representation of color #AF1426: hue angle of 353.03º degrees, saturation: 0.79, 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 #AF1426 is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 20 38 -
CMYK 0 0.89 0.78 0.31
HSL 353.03º 0.79% 0.38% -
HSV(B) 353.03º 0.89% 0.69% -
XYZ 18.28 9.75 2.75 -
YUV 68.4 110.85 204.04 -
System Red Green Blue C M Y K H S L
Decimal 175 20 38 0 0.89 0.78 0.31 353.03 0.79 0.38
Hex AF 14 26 0 59 4E 1F 161 4F 26
Octal 257 24 46 0 131 116 37 541 117 46
Binary 10101111 10100 100110 0 1011001 1001110 11111 101100001 1001111 100110

Color Harmonies of #AF1426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1426

Black with #AF1426

Text Example


Text Example

White with #AF1426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1426; }

 p { color: rgb(175,20,38); }

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

background-color css

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

 a { background-color: rgb(175,20,38); }

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

border-color css

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

 span { border-color: rgb(175,20,38); }

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