Html Css Color HEX #CB1340 Cardinal

📋 copy color: '#CB1340'

red 203 ◦ green 19 ◦ blue 64

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

Shades of Cardinal #CB1340

Tints of Cardinal #CB1340

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.64%

 BLUE value IS 64 (25.39% from 255) = 22.38%

R = 70.98%
G = 6.64%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CB1340 (or 0xCB1340) is known color: Cardinal. HEX triplet: CB, 13 and 40. RGB value is (203,19,64). Sum of RGB (Red+Green+Blue) = 203+19+64=286 (37% of max value = 765). Red value is 203 (79.69% from 255 or 70.98% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 64 (25.39% from 255 or 22.38% from 286); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1340 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1340 is #34ECBF. Grayscale: #4F4F4F. Windows color (decimal): -3468480 or 4199371. OLE color: 4199371.

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

Color convert

RGB 203 19 64 -
CMYK 0 0.91 0.68 0.20
HSL 345.33º 0.83% 0.44% -
HSV(B) 345.33º 0.91% 0.8% -
XYZ 25.79 13.53 6.1 -
YUV 79.15 119.46 216.34 -
System Red Green Blue C M Y K H S L
Decimal 203 19 64 0 0.91 0.68 0.20 345.33 0.83 0.44
Hex CB 13 40 0 5B 44 14 159 53 2C
Octal 313 23 100 0 133 104 24 531 123 54
Binary 11001011 10011 1000000 0 1011011 1000100 10100 101011001 1010011 101100

Color Harmonies of #CB1340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1340

Black with #CB1340

Text Example


Text Example

White with #CB1340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1340; }

 p { color: rgb(203,19,64); }

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

background-color css

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

 a { background-color: rgb(203,19,64); }

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

border-color css

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

 span { border-color: rgb(203,19,64); }

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