Html Css Color HEX #CF183A Cardinal

📋 copy color: '#CF183A'

red 207 ◦ green 24 ◦ blue 58

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

Shades of Cardinal #CF183A

Tints of Cardinal #CF183A

RGB

 RED value IS 207 (81.25% from 255) = 71.63%

 GREEN value IS 24 (9.77% from 255) = 8.3%

 BLUE value IS 58 (23.05% from 255) = 20.07%

R = 71.63%
G = 8.3%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CF183A (or 0xCF183A) is known color: Cardinal. HEX triplet: CF, 18 and 3A. RGB value is (207,24,58). Sum of RGB (Red+Green+Blue) = 207+24+58=289 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.63% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 58 (23.05% from 255 or 20.07% from 289); Max value from RGB is 207 - color contains mainly: red. Hex color #CF183A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF183A is #30E7C5. Grayscale: #525252. Windows color (decimal): -3205062 or 3807439. OLE color: 3807439.

HSL color Cylindrical-coordinate representation of color #CF183A: hue angle of 348.85º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF183A is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 24 58 -
CMYK 0 0.88 0.72 0.19
HSL 348.85º 0.79% 0.45% -
HSV(B) 348.85º 0.88% 0.81% -
XYZ 26.82 14.22 5.33 -
YUV 82.59 114.13 216.74 -
System Red Green Blue C M Y K H S L
Decimal 207 24 58 0 0.88 0.72 0.19 348.85 0.79 0.45
Hex CF 18 3A 0 58 48 13 15D 4F 2D
Octal 317 30 72 0 130 110 23 535 117 55
Binary 11001111 11000 111010 0 1011000 1001000 10011 101011101 1001111 101101

Color Harmonies of #CF183A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF183A

Black with #CF183A

Text Example


Text Example

White with #CF183A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF183A; }

 p { color: rgb(207,24,58); }

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

background-color css

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

 a { background-color: rgb(207,24,58); }

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

border-color css

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

 span { border-color: rgb(207,24,58); }

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