Html Css Color HEX #CD1F42 Cardinal

📋 copy color: '#CD1F42'

red 205 ◦ green 31 ◦ blue 66

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

Shades of Cardinal #CD1F42

Tints of Cardinal #CD1F42

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.26%

 BLUE value IS 66 (26.17% from 255) = 21.85%

R = 67.88%
G = 10.26%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CD1F42 (or 0xCD1F42) is known color: Cardinal. HEX triplet: CD, 1F and 42. RGB value is (205,31,66). Sum of RGB (Red+Green+Blue) = 205+31+66=302 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.88% from 302); Green value is 31 (12.5% from 255 or 10.26% from 302); Blue value is 66 (26.17% from 255 or 21.85% from 302); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1F42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD1F42 is #32E0BD. Grayscale: #575757. Windows color (decimal): -3334334 or 4333517. OLE color: 4333517.

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

Color convert

RGB 205 31 66 -
CMYK 0 0.85 0.68 0.20
HSL 347.93º 0.74% 0.46% -
HSV(B) 347.93º 0.85% 0.8% -
XYZ 26.65 14.35 6.52 -
YUV 87.02 116.15 212.15 -
System Red Green Blue C M Y K H S L
Decimal 205 31 66 0 0.85 0.68 0.20 347.93 0.74 0.46
Hex CD 1F 42 0 55 44 14 15C 4A 2E
Octal 315 37 102 0 125 104 24 534 112 56
Binary 11001101 11111 1000010 0 1010101 1000100 10100 101011100 1001010 101110

Color Harmonies of #CD1F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1F42

Black with #CD1F42

Text Example


Text Example

White with #CD1F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1F42; }

 p { color: rgb(205,31,66); }

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

background-color css

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

 a { background-color: rgb(205,31,66); }

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

border-color css

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

 span { border-color: rgb(205,31,66); }

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