Html Css Color HEX #CD1333 Cardinal

📋 copy color: '#CD1333'

red 205 ◦ green 19 ◦ blue 51

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

Shades of Cardinal #CD1333

Tints of Cardinal #CD1333

RGB

 RED value IS 205 (80.47% from 255) = 74.55%

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

 BLUE value IS 51 (20.31% from 255) = 18.55%

R = 74.55%
G = 6.91%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CD1333 (or 0xCD1333) is known color: Cardinal. HEX triplet: CD, 13 and 33. RGB value is (205,19,51). Sum of RGB (Red+Green+Blue) = 205+19+51=275 (36% of max value = 765). Red value is 205 (80.47% from 255 or 74.55% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 51 (20.31% from 255 or 18.55% from 275); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1333 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1333 is #32ECCC. Grayscale: #4E4E4E. Windows color (decimal): -3337421 or 3347405. OLE color: 3347405.

HSL color Cylindrical-coordinate representation of color #CD1333: hue angle of 349.68º 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 #CD1333 is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 19 51 -
CMYK 0 0.91 0.75 0.20
HSL 349.68º 0.83% 0.44% -
HSV(B) 349.68º 0.91% 0.8% -
XYZ 26.01 13.68 4.4 -
YUV 78.26 112.62 218.4 -
System Red Green Blue C M Y K H S L
Decimal 205 19 51 0 0.91 0.75 0.20 349.68 0.83 0.44
Hex CD 13 33 0 5B 4B 14 15E 53 2C
Octal 315 23 63 0 133 113 24 536 123 54
Binary 11001101 10011 110011 0 1011011 1001011 10100 101011110 1010011 101100

Color Harmonies of #CD1333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1333

Black with #CD1333

Text Example


Text Example

White with #CD1333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1333; }

 p { color: rgb(205,19,51); }

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

background-color css

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

 a { background-color: rgb(205,19,51); }

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

border-color css

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

 span { border-color: rgb(205,19,51); }

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