Html Css Color HEX #AF233E Cardinal

📋 copy color: '#AF233E'

red 175 ◦ green 35 ◦ blue 62

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

Shades of Cardinal #AF233E

Tints of Cardinal #AF233E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.87%

 BLUE value IS 62 (24.61% from 255) = 22.79%

R = 64.34%
G = 12.87%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF233E (or 0xAF233E) is known color: Cardinal. HEX triplet: AF, 23 and 3E. RGB value is (175,35,62). Sum of RGB (Red+Green+Blue) = 175+35+62=272 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.34% from 272); Green value is 35 (14.06% from 255 or 12.87% from 272); Blue value is 62 (24.61% from 255 or 22.79% from 272); Max value from RGB is 175 - color contains mainly: red. Hex color #AF233E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF233E is #50DCC1. Grayscale: #4F4F4F. Windows color (decimal): -5299394 or 4072367. OLE color: 4072367.

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

Color convert

RGB 175 35 62 -
CMYK 0 0.8 0.65 0.31
HSL 348.43º 0.67% 0.41% -
HSV(B) 348.43º 0.8% 0.69% -
XYZ 19.15 10.66 5.61 -
YUV 79.94 117.88 195.8 -
System Red Green Blue C M Y K H S L
Decimal 175 35 62 0 0.8 0.65 0.31 348.43 0.67 0.41
Hex AF 23 3E 0 50 41 1F 15C 43 29
Octal 257 43 76 0 120 101 37 534 103 51
Binary 10101111 100011 111110 0 1010000 1000001 11111 101011100 1000011 101001

Color Harmonies of #AF233E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF233E

Black with #AF233E

Text Example


Text Example

White with #AF233E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF233E; }

 p { color: rgb(175,35,62); }

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

background-color css

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

 a { background-color: rgb(175,35,62); }

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

border-color css

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

 span { border-color: rgb(175,35,62); }

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