Html Css Color HEX #CA103F Cardinal

📋 copy color: '#CA103F'

red 202 ◦ green 16 ◦ blue 63

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

Shades of Cardinal #CA103F

Tints of Cardinal #CA103F

RGB

 RED value IS 202 (79.3% from 255) = 71.89%

 GREEN value IS 16 (6.64% from 255) = 5.69%

 BLUE value IS 63 (25% from 255) = 22.42%

R = 71.89%
G = 5.69%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CA103F (or 0xCA103F) is known color: Cardinal. HEX triplet: CA, 10 and 3F. RGB value is (202,16,63). Sum of RGB (Red+Green+Blue) = 202+16+63=281 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.89% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 63 (25% from 255 or 22.42% from 281); Max value from RGB is 202 - color contains mainly: red. Hex color #CA103F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA103F is #35EFC0. Grayscale: #4C4C4C. Windows color (decimal): -3534785 or 4133066. OLE color: 4133066.

HSL color Cylindrical-coordinate representation of color #CA103F: hue angle of 344.84º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA103F is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 16 63 -
CMYK 0 0.92 0.69 0.21
HSL 344.84º 0.85% 0.43% -
HSV(B) 344.84º 0.92% 0.79% -
XYZ 25.44 13.29 5.93 -
YUV 76.97 120.12 217.18 -
System Red Green Blue C M Y K H S L
Decimal 202 16 63 0 0.92 0.69 0.21 344.84 0.85 0.43
Hex CA 10 3F 0 5C 45 15 159 55 2B
Octal 312 20 77 0 134 105 25 531 125 53
Binary 11001010 10000 111111 0 1011100 1000101 10101 101011001 1010101 101011

Color Harmonies of #CA103F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA103F

Black with #CA103F

Text Example


Text Example

White with #CA103F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA103F; }

 p { color: rgb(202,16,63); }

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

background-color css

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

 a { background-color: rgb(202,16,63); }

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

border-color css

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

 span { border-color: rgb(202,16,63); }

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