Html Css Color HEX #AF1D2E Cardinal

📋 copy color: '#AF1D2E'

red 175 ◦ green 29 ◦ blue 46

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

Shades of Cardinal #AF1D2E

Tints of Cardinal #AF1D2E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.6%

 BLUE value IS 46 (18.36% from 255) = 18.4%

R = 70%
G = 11.6%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#AF1D2E (or 0xAF1D2E) is known color: Cardinal. HEX triplet: AF, 1D and 2E. RGB value is (175,29,46). Sum of RGB (Red+Green+Blue) = 175+29+46=250 (33% of max value = 765). Red value is 175 (68.75% from 255 or 70% from 250); Green value is 29 (11.72% from 255 or 11.6% from 250); Blue value is 46 (18.36% from 255 or 18.4% from 250); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1D2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1D2E is #50E2D1. Grayscale: #4A4A4A. Windows color (decimal): -5300946 or 3022255. OLE color: 3022255.

HSL color Cylindrical-coordinate representation of color #AF1D2E: hue angle of 353.01º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF1D2E is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 29 46 -
CMYK 0 0.83 0.74 0.31
HSL 353.01º 0.72% 0.4% -
HSV(B) 353.01º 0.83% 0.69% -
XYZ 18.61 10.19 3.57 -
YUV 74.59 111.87 199.62 -
System Red Green Blue C M Y K H S L
Decimal 175 29 46 0 0.83 0.74 0.31 353.01 0.72 0.4
Hex AF 1D 2E 0 53 4A 1F 161 48 28
Octal 257 35 56 0 123 112 37 541 110 50
Binary 10101111 11101 101110 0 1010011 1001010 11111 101100001 1001000 101000

Color Harmonies of #AF1D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1D2E

Black with #AF1D2E

Text Example


Text Example

White with #AF1D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1D2E; }

 p { color: rgb(175,29,46); }

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

background-color css

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

 a { background-color: rgb(175,29,46); }

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

border-color css

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

 span { border-color: rgb(175,29,46); }

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