Html Css Color HEX #CA1F2E Cardinal

📋 copy color: '#CA1F2E'

red 202 ◦ green 31 ◦ blue 46

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

Shades of Cardinal #CA1F2E

Tints of Cardinal #CA1F2E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.11%

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

R = 72.4%
G = 11.11%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#CA1F2E (or 0xCA1F2E) is known color: Cardinal. HEX triplet: CA, 1F and 2E. RGB value is (202,31,46). Sum of RGB (Red+Green+Blue) = 202+31+46=279 (36% of max value = 765). Red value is 202 (79.30% from 255 or 72.40% from 279); Green value is 31 (12.5% from 255 or 11.11% from 279); Blue value is 46 (18.36% from 255 or 16.49% from 279); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1F2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA1F2E is #35E0D1. Grayscale: #535353. Windows color (decimal): -3530962 or 3022794. OLE color: 3022794.

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

Color convert

RGB 202 31 46 -
CMYK 0 0.85 0.77 0.21
HSL 354.74º 0.73% 0.46% -
HSV(B) 354.74º 0.85% 0.79% -
XYZ 25.34 13.73 3.9 -
YUV 83.84 106.65 212.28 -
System Red Green Blue C M Y K H S L
Decimal 202 31 46 0 0.85 0.77 0.21 354.74 0.73 0.46
Hex CA 1F 2E 0 55 4D 15 163 49 2E
Octal 312 37 56 0 125 115 25 543 111 56
Binary 11001010 11111 101110 0 1010101 1001101 10101 101100011 1001001 101110

Color Harmonies of #CA1F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1F2E

Black with #CA1F2E

Text Example


Text Example

White with #CA1F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1F2E; }

 p { color: rgb(202,31,46); }

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

background-color css

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

 a { background-color: rgb(202,31,46); }

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

border-color css

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

 span { border-color: rgb(202,31,46); }

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