Html Css Color HEX #CB1A2F Cardinal

📋 copy color: '#CB1A2F'

red 203 ◦ green 26 ◦ blue 47

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

Shades of Cardinal #CB1A2F

Tints of Cardinal #CB1A2F

RGB

 RED value IS 203 (79.69% from 255) = 73.55%

 GREEN value IS 26 (10.55% from 255) = 9.42%

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

R = 73.55%
G = 9.42%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CB1A2F (or 0xCB1A2F) is known color: Cardinal. HEX triplet: CB, 1A and 2F. RGB value is (203,26,47). Sum of RGB (Red+Green+Blue) = 203+26+47=276 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.55% from 276); Green value is 26 (10.55% from 255 or 9.42% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB1A2F is #34E5D0. Grayscale: #515151. Windows color (decimal): -3466705 or 3087051. OLE color: 3087051.

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

Color convert

RGB 203 26 47 -
CMYK 0 0.87 0.77 0.20
HSL 352.88º 0.77% 0.45% -
HSV(B) 352.88º 0.87% 0.8% -
XYZ 25.51 13.64 3.98 -
YUV 81.32 108.64 214.79 -
System Red Green Blue C M Y K H S L
Decimal 203 26 47 0 0.87 0.77 0.20 352.88 0.77 0.45
Hex CB 1A 2F 0 57 4D 14 161 4D 2D
Octal 313 32 57 0 127 115 24 541 115 55
Binary 11001011 11010 101111 0 1010111 1001101 10100 101100001 1001101 101101

Color Harmonies of #CB1A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1A2F

Black with #CB1A2F

Text Example


Text Example

White with #CB1A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1A2F; }

 p { color: rgb(203,26,47); }

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

background-color css

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

 a { background-color: rgb(203,26,47); }

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

border-color css

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

 span { border-color: rgb(203,26,47); }

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