Html Css Color HEX #CB1041 Cardinal

📋 copy color: '#CB1041'

red 203 ◦ green 16 ◦ blue 65

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

Shades of Cardinal #CB1041

Tints of Cardinal #CB1041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.89%

R = 71.48%
G = 5.63%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CB1041 (or 0xCB1041) is known color: Cardinal. HEX triplet: CB, 10 and 41. RGB value is (203,16,65). Sum of RGB (Red+Green+Blue) = 203+16+65=284 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.48% from 284); Green value is 16 (6.64% from 255 or 5.63% from 284); Blue value is 65 (25.78% from 255 or 22.89% from 284); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1041 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1041 is #34EFBE. Grayscale: #4D4D4D. Windows color (decimal): -3469247 or 4264139. OLE color: 4264139.

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

Color convert

RGB 203 16 65 -
CMYK 0 0.92 0.68 0.20
HSL 344.28º 0.85% 0.43% -
HSV(B) 344.28º 0.92% 0.8% -
XYZ 25.77 13.45 6.24 -
YUV 77.5 120.95 217.52 -
System Red Green Blue C M Y K H S L
Decimal 203 16 65 0 0.92 0.68 0.20 344.28 0.85 0.43
Hex CB 10 41 0 5C 44 14 158 55 2B
Octal 313 20 101 0 134 104 24 530 125 53
Binary 11001011 10000 1000001 0 1011100 1000100 10100 101011000 1010101 101011

Color Harmonies of #CB1041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1041

Black with #CB1041

Text Example


Text Example

White with #CB1041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1041; }

 p { color: rgb(203,16,65); }

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

background-color css

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

 a { background-color: rgb(203,16,65); }

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

border-color css

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

 span { border-color: rgb(203,16,65); }

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