Html Css Color HEX #CA1B2F Cardinal

📋 copy color: '#CA1B2F'

red 202 ◦ green 27 ◦ blue 47

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

Shades of Cardinal #CA1B2F

Tints of Cardinal #CA1B2F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.78%

 BLUE value IS 47 (18.75% from 255) = 17.03%

R = 73.19%
G = 9.78%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#CA1B2F (or 0xCA1B2F) is known color: Cardinal. HEX triplet: CA, 1B and 2F. RGB value is (202,27,47). Sum of RGB (Red+Green+Blue) = 202+27+47=276 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.19% from 276); Green value is 27 (10.94% from 255 or 9.78% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1B2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA1B2F is #35E4D0. Grayscale: #515151. Windows color (decimal): -3531985 or 3087306. OLE color: 3087306.

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

Color convert

RGB 202 27 47 -
CMYK 0 0.87 0.77 0.21
HSL 353.14º 0.76% 0.45% -
HSV(B) 353.14º 0.87% 0.79% -
XYZ 25.26 13.55 3.97 -
YUV 81.61 108.48 213.87 -
System Red Green Blue C M Y K H S L
Decimal 202 27 47 0 0.87 0.77 0.21 353.14 0.76 0.45
Hex CA 1B 2F 0 57 4D 15 161 4C 2D
Octal 312 33 57 0 127 115 25 541 114 55
Binary 11001010 11011 101111 0 1010111 1001101 10101 101100001 1001100 101101

Color Harmonies of #CA1B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1B2F

Black with #CA1B2F

Text Example


Text Example

White with #CA1B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1B2F; }

 p { color: rgb(202,27,47); }

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

background-color css

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

 a { background-color: rgb(202,27,47); }

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

border-color css

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

 span { border-color: rgb(202,27,47); }

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